You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using version 2.0 and I can't play rtsp stream, this is log output:
WARNING Download of 'rtsp://rozpruwacz.local:5004/test' failed due to unsupported schema
INFO Unwrapping stream from URI (rtsp://rozpruwacz.local:5004/test) failed: error downloading URI rtsp://rozpruwacz.local:5004/test
WARNING Track is not playable: rtsp://rozpruwacz.local:5004/test
I norrowed it down to the mopidy.audio.scan.Scanner class.
if I type:
gst-stream-error-quark: Internal data flow error. (1)
You can reproduce it with some accessible link, e.g.:
python /usr/lib/python2.7/dist-packages/mopidy/audio/scan.py rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
The text was updated successfully, but these errors were encountered:
It seems my GStreamer install is only finding the movie part of it. Also gst-play-1.0 play doesn't seem to like the URL. While VLC plays it just fine and also has sound. Might be an upstream issue :(
Figured out what is going on here, rtspsrc has SOMETIMES pads. Which in turn means that we have to handle pad added on the src and then attach typefind+decodebin on each of the pads it produces.
Have a working hack the gets this functioning now, but still needs some cleanup before I can create a PR.
adamcik
added a commit
to adamcik/mopidy
that referenced
this issue
Jul 27, 2016
Hi,
I'm using version 2.0 and I can't play rtsp stream, this is log output:
I norrowed it down to the mopidy.audio.scan.Scanner class.
if I type:
I get:
You can reproduce it with some accessible link, e.g.:
python /usr/lib/python2.7/dist-packages/mopidy/audio/scan.py rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
The text was updated successfully, but these errors were encountered: