- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Version 3.5: Woogeen.ExternalStream.create ({
url: url_of_static_mp4_video,
audio: true,
video: true
}, function (err, stream) {
conference.publish (stream, {}, function (st) {
L.Logger.info ('stream published:', st.id ());
}, function (err) {
L.Logger.error ('publish failed:', err);
});
});
- Version: 4.0.2
?
- Tags:
- HTML5
- JavaScript*
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In 4.0, external stream operations are moved to restful API, you can call restful API to start stream in and out, please refer to chapter 5.4 in restful API document on how to start streaming in.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In 4.0, external stream operations are moved to restful API, you can call restful API to start stream in and out, please refer to chapter 5.4 in restful API document on how to start streaming in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Qiujiao W
I found it in the rest api Section 5.4 Streaming-ins.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page