Problem with RTSP stream
#1
I'm trying to play an audio stream at rtsp://darwin.tonlist.is/30SEC3GP/4cc/4c...92f45d.3gp but I get an error and in the logs I get:

Quote:17:33:11 T:3067115312 M:420806656 DEBUG: CApplication:TonguerocessAndStartPlaylist(/home/xbmc/music/test.strm, 0)
17:33:11 T:3067115312 M:420806656 DEBUG: new file set audiostream:0
17:33:11 T:3067115312 M:420806656 DEBUG: CPlayerCoreFactory::GetPlayers(rtsp://darwin.tonlist.is/30SEC3GP/4cc/4cc258eb-0d84-4d71-b561-dd0a7e92f45d.3gp)
17:33:11 T:3067115312 M:420806656 DEBUG: GetPlayers - Item is an internet stream, content-type=application/octet-stream
17:33:11 T:3067115312 M:420806656 NOTICE: DVDPlayer: Opening: rtsp://darwin.tonlist.is/30SEC3GP/4cc/4cc258eb-0d84-4d71-b561-dd0a7e92f45d.3gp
17:33:11 T:2552126352 M:420806656 DEBUG: Running thread 2552126352
17:33:11 T:2552126352 M:420806656 DEBUG: thread start, auto delete: 1
17:33:11 T:3067115312 M:420806656 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
17:33:11 T:2543733648 M:420806656 DEBUG: Running thread 2543733648
17:33:11 T:2543733648 M:420806656 DEBUG: thread start, auto delete: 0
17:33:11 T:2543733648 M:420806656 NOTICE: Creating InputStream
17:33:11 T:2543733648 M:420806656 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
17:33:11 T:2543733648 M:420806656 DEBUG: CacheSubtitles: START
17:33:11 T:2543733648 M:420806656 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
17:33:11 T:2543733648 M:420806656 NOTICE: Creating Demuxer
17:33:11 T:2543733648 M:420806656 DEBUG: SECTION:LoadDLL(special://xbmc/system/players/dvdplayer/avformat-52-i486-linux.so)
17:33:11 T:2543733648 M:420806656 DEBUG: Loading: /usr/share/xbmc/system/players/dvdplayer/avformat-52-i486-linux.so
17:33:12 T:2543733648 M:420737024 DEBUG: Open - av_find_stream_info starting
17:33:14 T:2552126352 M:420667392 INFO: Loading skin file: DialogProgress.xml
17:33:14 T:2552126352 M:420667392 DEBUG: Load DialogProgress.xml: 3.46ms
17:33:14 T:2552126352 M:420667392 DEBUG: DialogProgress::StartModal called
17:33:14 T:2552126352 M:420667392 DEBUG:
17:33:14 T:2552126352 M:420667392 DEBUG: ------------------- GUI_MSG_WINDOW_INIT
17:33:14 T:2552126352 M:420667392 DEBUG: Progress dialog
17:33:14 T:2552126352 M:420667392 DEBUG: -------------------
17:33:14 T:2552126352 M:420667392 DEBUG: Load OSDProgressBack.png: 0.2ms (bundled)
17:33:14 T:2552126352 M:420667392 DEBUG: Load OSDProgressMid.png: 0.2ms (bundled)
17:33:14 T:2552126352 M:420667392 DEBUG: Load DialogBigButtonFO.png: 0.8ms (bundled)
17:33:14 T:2552126352 M:420667392 DEBUG: Load DialogBigButtonNF.png: 0.7ms (bundled)
17:33:14 T:2552126352 M:420667392 DEBUG: Alloc resources: 2.91ms (0.02 ms skin load, 0.13 ms preload)
17:33:21 T:2543733648 M:420675584 WARNING: could not find codec parameters for rtsp://darwin.tonlist.is/30SEC3GP/4cc/4cc258eb-0d84-4d71-b561-dd0a7e92f45d.3gp
17:33:21 T:2543733648 M:420675584 ERROR: OpenDemuxStream - Error creating demuxer

mplayer plays the stream fine:

Quote:Forced audio codec: mad
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: compressed input bitrate missing, assuming 128kbit/s!
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder)

Any ideas?
Reply
#2
ffplay is the only interesting reference, mplayer has its own demuxers
Reply

Logout Mark Read Team Forum Stats Members Help
Problem with RTSP stream0