file uri not always working
marc lievens
mark.lievens at gmail.com
Thu Oct 5 08:09:16 UTC 2017
Hi
Some file uri’s give a warning and pipeline doesn't start playing.
The warning is that the uri is not valid, but these can be played in vlc.
When using playbin or gst_element_make_from_uri in a pipeline works fine
on specified uri's
file:///c:/file.mkv
file://localhost/c:/file.mkv
When using playbin or gst_element_make_from_uri on specified uri doesn’t
work on gstreamer but work on VLC
file://192.168.112.91/c$/file.mkv // localhost system
file://192.168.112.90/data/file.mkv // other system
file://2003-srv/data/file.mkv // other system
On the otherhand call gst_uri_is_valid gives no error on used file uri's.
used gstreamer is 1.12.3
Is gstreamer not supporting file uri’s to other systems or local ip addres
or am I doing something wrong here.
Any help is welkom.
marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20171005/e522b167/attachment.html>
More information about the gstreamer-devel
mailing list