Open ROBERT-MCDOWELL opened 4 years ago
the short answer here is - of course not :p
sharp-broadcast just can let you
But don't be sad guy, i think maybe you can take a look at OBS Studio. OBS Studio is open source too, and obviously you can make OBS and sharp-broadcast work together. Some tips:
Hope this helps :)
Thanks joe for your answer. Yes I know very well OBS, but my goal is to offer a pure HTML5/JS live studio broadcast without any installation, like streamyard. I just need the same features than streamyard, then the rest on the server is ok already.
So, what you need is a pure HTML5/JS program to push/publish live streams to video server, right? then i think you could check out the following open-source projects too
the last one (wocket) uses ffmpeg , so you could make it work with sharp-broadcast more easily (maybe i will let sharp-broadcast Encoder support wocket later ^^)
"So, what you need is a pure HTML5/JS program to push/publish live streams to video server, right?" yes but with the streamyard features (buttons to screenshare, moving the webcams and reorganize them on the screen, banner etc.." yes, I know kurento, but again kurento is more a server side side than a client side. I will check wocket thanks. to be more precise I'm trying to find a replacement of a huge projects based on Flash using multicast RTMFP, sharedobjects etc... so for now my best guess is to find a html5/js client managing encoding/decoding webrtc and + with a coturn/sturn server for automatic relays in case of p2p fails. about ffmpeg it indeed can be used on client side in wasm, but all this tech still too slow for now.
Do you know a tool or extension that helps to trace and show the html/js code on the user activity? I really would like to get the right streamyard code.
thanks!, streamyard minified the JS so it's not really a good way to reverse engineer.
Hi there, is sharp-broadcast can reach the same capabilities of streamyard live broadcast studio? I'm looking for a streamyard like to manage the code on my own server for private use thanks