I'm using GStreamer to playback a time-limited URI from a streaming service.
If the stream is paused, there's a possibility that the http session and URI have expired by time the stream is un-paused, resulting in souphttpsrc getting a 403 error when it re-connects.
Is there any mechanism in GStreamer to 'refresh' the URI when an error occurs while maintaining the playback position?
In an ideal world, I'd like to catch the HTTP error in souphttpsrc and refresh the URI before the stream runs out of data, so there is no interruption to the output.
Thanks in advance,
Jonathan
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel