hi, i'm having one pipeline to serve video to a video tag in html. I tested it with the rtsp buckbunny video and works perfectly, but when i test it with an ipcam the video doesnt works right freezing continuosly. I think that i must change the properties of the rtspsrc element but i don't know what changes i must do.
Works perfectly: gst-launch-1.0 rtspsrc location=rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov ! rtph264depay ! avdec_h264 ! theoraenc ! oggmux ! tcpserversink host=xxx.xxx.xxx.xxx port=10000 Freezes continuosly: gst-launch-1.0 rtspsrc location=rtsp://usr:pwd@xxx.xxx.xxx.xxx/12:554/ch1-s1?tcp ! rtph264depay ! avdec_h264 ! theoraenc ! oggmux ! tcpserversink host=xxx.xxx.xxx.xxx port=7003 |
Do the freezes begin every 10s and last for a random amount of time (~4/5 seconds) ? Le Jeudi 1 décembre 2016 20h01, kroketor <[hidden email]> a écrit :
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
it has a lot of delay, the video starts freezed for about 5 seconds, then alternates between 3 seconds, aproximately, with movement and 3 seconds freezed.
|
I have a similar issue as you with two different wifi cameras. Pipeline works fine when using a videotestsrc but shows long pauses when using wifi cam. What I noticed is that the amount of time between the start of two pauses is always 10 seconds (not random). The duration of the pause is a bit more random. Could you check if you also have that 10s interval between the start of two pauses. i think those 10s tell us something and would be nice to confirm we both have the same issue. Le Vendredi 2 décembre 2016 12h04, kroketor <[hidden email]> a écrit :
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
This post was updated on .
Sorry, i dont have the same behaviour. My stream alternates between 3 seconds freezed and 3 seconds with movement continuosly. So i don,t have 10 seconds interval, i have 6 seconds interval but its very posible that the problem could be the same or very close in both cases. I'm trying to find a solution changing the plugins and modificating the parameters but i haven't got any advance.
|
Ok. Thanks. Here is the thread I created earlier on that subject : GStreamer-devel - rtspsrc: long and regular pauses when streaming from wifi action cams | List View Le Vendredi 2 décembre 2016 14h49, kroketor <[hidden email]> a écrit :
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |