RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
139 stars 56 forks source link

connection timeout error. #18

Closed kingctan closed 10 years ago

kingctan commented 10 years ago

I use qmlvlc meet connection timeout problem, I can't location the problem. So I want to know if this happened, which event will be fired ? Thanks.

[0xb0f06808] live555 demux debug: connection timeout
[0xb0f06808] live555 demux error: Failed to connect with rtsp://192.168.1.204:8554/song/999901.mpg
[0xb0f06808] main demux debug: no access_demux modules matched
[0x9e432c8] main input debug: creating access 'rtsp' location='192.168.1.204:8554/song/999901.mpg', path='(null)'
[0xb0f1b988] main access debug: looking for access module matching "rtsp": 25 candidates
[0xb0f1b988] main access debug: net: connecting to 192.168.1.204 port 8554
[0xb0f1b988] main access debug: connection succeeded (socket = 44)
[0xb0f1b988] access_realrtsp access debug: rtsp connected
[0xb0f1b988] access_realrtsp access warning: only real/helix rtsp servers supported for now
[0xb0f1b988] main access debug: no access modules matched
[0x9e432c8] main input error: open of `rtsp://192.168.1.204:8554/song/999901.mpg' failed
[0x9e432c8] main input error: Your input can't be opened
[0x9e432c8] main input error: VLC is unable to open the MRL 'rtsp://192.168.1.204:8554/song/999901.mpg'. Check the log for details.
RSATom commented 10 years ago

I think it will be mediaPlayerEncounteredError

kingctan commented 10 years ago

Ok. Thanks.