*** imdeni is now known as deni | 09:08 | |
Tegu | hi, has someone tried to stream RTSP with sailfish (jolla 1)? I didn't find any native application so I tried Endoscope and Spydroid from F-droid, but neither of them seem to work when I try to connect with VLC. | 14:21 |
---|---|---|
Tegu | Spydroid doesn't show the camera preview either | 14:21 |
Tegu | is there a command line method (ffmpeg, gstreamer, or something else)? | 14:21 |
r0kk3rz | you might be able to construct a gstreamer incantation for it | 14:22 |
Tegu | too bad I've never used gstreamer so it looks a bit harder than those ready apps, but if that's what I have to do, then I'll go with it. | 14:23 |
Tegu | hmm, is there gst-launch for gstreamer 1.0? if yes, in which package? I only seem to have gst-launch-0.10 | 14:33 |
Tegu | and it doesn't seem to have rtspsrc | 14:33 |
Tegu | if I looked correctly | 14:33 |
Tegu | found it, the package name starts with gstreamer1.0-tools | 14:39 |
r0kk3rz | so you want to show the video on the screen? that might be a bit tricky | 14:41 |
r0kk3rz | generally speaking if gstreamer has the right plugins then something like lls video player should do it | 14:42 |
Tegu | no, I realized that rtspsrc is not what I want. I want to stream the camera's video over RTSP to a computer | 14:42 |
r0kk3rz | oh ok | 14:42 |
r0kk3rz | yeah so you want to do something with the droidcamsrc and camerabin2 | 14:43 |
r0kk3rz | as a first step coming up with a recording pipeline is a good idea | 14:44 |
Tegu | which is really hard for me :D and I'm not sure if it's possible to make a rtsp server with gst-launch. I found this but it's a library https://github.com/GStreamer/gst-rtsp-server | 14:45 |
Tegu | this gets way harder if I have to go to C as well.. | 14:46 |
r0kk3rz | Tegu: is rtsp a hard requirement? | 14:51 |
Tegu | unfortunately, pretty much yes.. (an external software supports only it and HTTP.. oh wait. maybe HTTP would do as well although I guess its latency is higher) | 14:52 |
Tegu | not sure what kind of HTTP streaming exactly | 14:52 |
r0kk3rz | oh ok, ive done some stuff with webrtc is all | 14:53 |
r0kk3rz | which is similar but different | 14:53 |
Tegu | yea, it's different. I found gst-streaming-server but I don't find it in repos.. so I'd have to try to compile it for sailfish | 14:56 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!