Web browser plugin based on Vlc + Firebreath + Qt Quick 2/Qml
People
Repo info
Activity
Sergey Radionov
@RSATom
FYI, I've created Proof-Of-Concept of GStreamer plugin for Janus Gateway. https://github.com/RSATom/janus-gateway With it it's possible to restream rtsp (and maybe other) sources to browser via WebRTC.
I will be glad to hear your opinion and maybe requirements of your project.
Sergey Radionov
@RSATom
Right now I just need to decide what direction project will evolve.
Dugui
@Dugui
@RSATom Well, I tried to run the project you sent me, but I met some problems, so I didn't continue to explore the project. Then I tried other ways (https://github.com/Streamedian/html5_rtsp_player), which was also a similar method to restream rtsp sources to webRTC , but this way has some other problems for my project that need to be discuss it . At present, my project may still need to use FBVLC to play RTSP until your new solution. @RSATom and in the end, thank you for making an idea for me.
Sergey Radionov
@RSATom
@Dugui, is your project planned to be available to public? or it's some sort of corporate/private project?
Dugui
@Dugui
emmm , it's corporate project , the server outputs RTSP stream, and my web page live streaming.
Sergey Radionov
@RSATom
@Dugui, so, it will be possible setup some additional server for transcode rtsp to WebRTC, right?
Dugui
@Dugui
yes , but the scheme should not pass through .
Sergey Radionov
@RSATom
@Dugui what do you mean by "pass through"? Does it mean you need some additional processing before restream rtsp to WebRTC?
Dugui
@Dugui
Sorry, I didn't explain it clearly. I mean, the project manager doesn't allow it. And, does restream RTSP to webRTC do not need to set up a WS server?
Sergey Radionov
@RSATom
WS = WebSocket?
by additional server I mean Janus Gateway server, which from one side will stream to WebBrowser (over WebRTC) and from other side will connect to rtsp source to take streams.
I plan setup public one, for testing purposes. But first I need finish my GStreamer plugin for Janus Gateway
Dugui
@Dugui
My understanding is, if not, I hope you can enlighten me.
SUJAN
@appollosputnik
hi Is is possible to get some work on WebChimera?
Sergey Radionov
@RSATom
@appollosputnik, what exactly do you mean?
SUJAN
@appollosputnik
I mean is it possible to be part of your development team ? here ? I am a developer in C++ with Qt having experience good for 10 years
Sergey Radionov
@RSATom
@appollosputnik, if you want get some money - don't think it's possible...
sean
@tonetechnician
Hey! I see the repo says the project has been abandoned. Why did it happen?
Sergey Radionov
@RSATom
@tonetechnician, just because there are some compatibility issues it's pretty hard to solve. And there are performance issue with libvlc 3.0 RSATom/WebChimera.js#69 RSATom/WebChimera.js#110
sb
@suvirbhargav
Hi, i want to to play some images and video using gstreamer from javascript. I found the following, https://github.com/RSATom/wcjs-gs/wiki/JavaScript-API. I'm wondering if its is a good place to start. Any idea if it works?
Sergey Radionov
@RSATom
@suvirbhargav, Hi, it's just Proof-Of-Concept, it works, but don't think it's ready to is in production.