file uri not always working

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

file uri not always working

marc lievens-2
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

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel