nodebb-plugin-video
-
Hm, the only difference between dev and production mode is that the javascript is minified in addition to being concatenated into one file...
Can you point me to the jwplayer js code?
-
@main Apologies for hijacking your thread but can you do live streaming from ffmpeg to HLS? I currently use a NodeBB widget with HTML5 theora video served from Icecast but if I could migrate to a live to a live H.264 stream using your plugin I'd be really curious how you set it up. Maybe you could add a typical setup to your Github's wiki?
-
@main Apologies for hijacking your thread but can you do live streaming from ffmpeg to HLS? I currently use a NodeBB widget with HTML5 theora video served from Icecast but if I could migrate to a live to a live H.264 stream using your plugin I'd be really curious how you set it up. Maybe you could add a typical setup to your Github's wiki?
@Guiri I'm sorry that I didn't setup HLS server, I just use a service of qiniu.com in China. So this plugin is only a HLS player. To setup HLS server is a little complex , and I wouldn't to setup it by myself, because I need qiniu's CDN to speed up, so I just use qiniu's service. I think AWS have the same service like this.
If you need to do that, maybe you should use Adobe's FMS or Red5 to host video, and then use this plugin to play when I make this plugin work
-
Hm, the only difference between dev and production mode is that the javascript is minified in addition to being concatenated into one file...
Can you point me to the jwplayer js code?