Web browser plugin based on Vlc + Firebreath + Qt Quick 2/Qml
People
Repo info
Activity
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?
I need to show the video stream in RTSP format in pc, browser. Do you have any cases?
Especially in need of help
haoyanhong
@haoyanhong
Asking for help
Sergey Radionov
@RSATom
@haoyanhong, you can try to use Janus Server (https://janus.conf.meetecho.com/) - but your RTSP video stream format should be supported by browser or you will have to implement transcoding.
haoyanhong
@haoyanhong
Could you tell me the specific implementation process, and I don't know where to start?