Web browser plugin based on Vlc + Firebreath + Qt Quick 2/Qml
People
Repo info
Activity
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.
i can't tell you the specifics that were required, but if you look through the sources it might help you understand what's needed
Trustfarm-heart
@trustfarm-dev
Hi, is webchimera can support HLS / DASH?
Anyone who interested and can do in HLS/DASH Player please PM me. I want to hire shortly.
Sergey Radionov
@RSATom
@trustfarm-dev, Hi, It should support HLS/DASH since libvlc supports it.
what about hire, if you need something JavaScript related then better ask @jaruba about it.
but keep in mind WebChimera.js has multiple issues and not maintained atm.
Alexandru Branza
@jaruba
i can confirm i'm capable of doing this
Xiangjun Huang
@xiangjunhuang
I'm wondering how webchimera.js is able to work technically? Is it a npapi plugin or a ppapi plugin?
Sergey Radionov
@RSATom
@xiangjunhuang, WebChimera.js is node.js addon. It's not use npapi nor ppapi.
grougrou86
@grougrou86
Hello, I have an issue getting webchimera working but i seems i can not post an issue in github
where should i ask my question
?
thanks
Sergey Radionov
@RSATom
@grougrou86, hi, Webchimera.js is in abandoned/deprecated state, that's why it's in read only mode on GitHub. But you still can ask your questions here.
DN1985
@DN1985
Hello. What version of NW.JS is worked with WebChimera.js, what version of jquery?