hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
832 stars 202 forks source link

Error when trying to play to Gmrender on RaspberryPI #117

Open lordbarba opened 7 years ago

lordbarba commented 7 years ago

Hi, i'm receiving an error evrytime i try to play something from a client to gmrender. This is the error:

GStreamer: streamsynchronizer3: State change: 'NULL' -> 'READY', PENDING: 'VOID_PENDING' GStreamer: playsink: State change: 'NULL' -> 'READY', PENDING: 'VOID_PENDING' GStreamer: play: State change: 'NULL' -> 'READY', PENDING: 'VOID_PENDING' GStreamer: uridecodebin1: State change: 'NULL' -> 'READY', PENDING: 'VOID_PENDING' GStreamer: streamsynchronizer3: State change: 'READY' -> 'PAUSED', PENDING: 'VOID_PENDING' GStreamer: typefindelement1: State change: 'NULL' -> 'READY', PENDING: 'PAUSED' GStreamer: typefindelement1: State change: 'READY' -> 'PAUSED', PENDING: 'VOID_PENDING' GStreamer: source: State change: 'NULL' -> 'READY', PENDING: 'PAUSED' GStreamer: source: State change: 'READY' -> 'PAUSED', PENDING: 'VOID_PENDING' GStreamer: uridecodebin1: State change: 'READY' -> 'PAUSED', PENDING: 'VOID_PENDING' ERROR [2016-12-12 10:22:41.602999 | gstreamer] source: Error: A network error occured, or the server closed the connection unexpectedly. (Debug: gstsouphttpsrc.c(1513): gst_soup_http_src_parse_status (): /GstPlayBin:play/GstURIDecodeBin:uridecodebin1/GstSoupHTTPSrc:source: Could not connect: Socket I/O timed out (7), URL: http://10.76.30.192:10243/WMPNSSv4/3936698166/0_e0QzQUI0ODVFLTY4ODYtNDFFQS1CMzJELTA0OEREREJCNDFBRX0uMC40.mp3, Redirect to: (NULL)) ERROR [2016-12-12 10:22:41.603238 | gstreamer] source: Error: Internal data flow error. (Debug: gstbasesrc.c(2933): gst_base_src_loop (): /GstPlayBin:play/GstURIDecodeBin:uridecodebin1/GstSoupHTTPSrc:source: streaming task paused, reason error (-5))

I've Gstreamer 1.0 installed, on a RaspberryPI 3. FYI, i've not installed gmrender, but just launched the executable: ./src/gmediarender

Do you have any idea about that error?

Thanks in advance Leonardo

lordbarba commented 7 years ago

Just few notes: if i try to play using an Android mobile it works fine, while if i try using the "Play To" feature in Windows it fails