Orb provides 4 stream type that can be used: asx, rm, swf, and 3gp. I tried all of them, but still no success.
Here is the error I got for each different stream type:
Stream type: rm and 3gp (for some reason, the url for rm and 3gp is actually the same)
Code:
15:58:04 T:2973061120 M:487849984 NOTICE: DVDPlayer: Opening: rtsp://192.168.0.199:554/9C86AC7A1E77603E/51/E0/live.3gp
15:58:04 T:2973061120 M:487841792 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
15:58:04 T:2973593600 M:487833600 NOTICE: Creating InputStream
15:58:04 T:2973593600 M:487804928 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
15:58:04 T:2973593600 M:487804928 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
15:58:04 T:2973593600 M:487804928 NOTICE: Creating Demuxer
15:58:04 T:2973593600 M:487337984 ERROR: OpenDemuxStream - Error creating demuxer
15:58:04 T:2973593600 M:487337984 NOTICE: CDVDPlayer::OnExit()
15:58:04 T:2973593600 M:487337984 NOTICE: CDVDPlayer::OnExit() deleting input stream
15:58:04 T:2690606880 M:487337984 NOTICE: CDVDPlayer::CloseFile()
Stream type: swf
Code:
15:59:56 T:2974126080 M:488878080 NOTICE: DVDPlayer: Opening: http://192.168.0.199:80/AF6C5A7A98DDD102/52/E0/live.flv
15:59:56 T:2974126080 M:488869888 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
15:59:56 T:2974658560 M:488861696 NOTICE: Creating InputStream
15:59:56 T:2974658560 M:425775104 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
15:59:56 T:2974658560 M:425775104 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
15:59:56 T:2974658560 M:425775104 NOTICE: Creating Demuxer
15:59:56 T:2974658560 M:425320448 INFO: ffmpeg: Input #0, flv, from 'http://192.168.0.199:80/AF6C5A7A98DDD102/52/E0/live.flv':
15:59:56 T:2974658560 M:425320448 INFO: ffmpeg: Duration: N/A, start: 0.000000, bitrate: N/A
15:59:56 T:2974658560 M:425320448 INFO: ffmpeg: Stream #0.0: Video: 0x0000, 1k tbn
15:59:56 T:2974658560 M:425320448 INFO: ffmpeg: Stream #0.1: Audio: 0x0000, 0 channels, s16
15:59:56 T:2974658560 M:425320448 NOTICE: Opening video stream: 0 source: 256
15:59:56 T:2974658560 M:425320448 NOTICE: Creating video codec with codec id: 0
15:59:56 T:2974658560 M:425238528 ERROR: Unsupported video codec
15:59:56 T:2974658560 M:425238528 WARNING: OpenVideoStream - Unsupported stream 0. Stream disabled.
15:59:56 T:2974658560 M:425238528 NOTICE: Opening audio stream: 1 source: 256
15:59:56 T:2974658560 M:425238528 NOTICE: Finding audio codec for: 0
15:59:56 T:2974658560 M:425238528 ERROR: Unsupported audio codec
15:59:56 T:2974658560 M:425238528 WARNING: OpenAudioStream - Unsupported stream 1. Stream disabled.
15:59:56 T:2975191040 M:425230336 WARNING: SkipBytes - request negative skip which is not supported.
15:59:57 T:2975191040 M:424660992 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
15:59:57 T:2975191040 M:424759296 ERROR: Process, error 36 seeking. seek returned -1
15:59:57 T:2975191040 M:424734720 WARNING: SkipBytes - request negative skip which is not supported.
15:59:57 T:2975191040 M:424734720 ERROR: Process, error 36 seeking. seek returned -1
15:59:57 T:2974658560 M:424734720 NOTICE: Opening video stream: 0 source: 256
15:59:57 T:2974658560 M:424734720 NOTICE: Creating video codec with codec id: 22
15:59:57 T:2974658560 M:424734720 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: Flash Video (FLV)
15:59:57 T:2974658560 M:424189952 NOTICE: Creating video thread
15:59:57 T:2974658560 M:424181760 ERROR: ffmpeg: [flv] skipping flv packet: type 46, size 3157039, flags 0
15:59:57 T:2976788480 M:424181760 NOTICE: running thread: video_thread
15:59:57 T:2976788480 M:424177664 ERROR: ffmpeg: [flv] Bad picture start code
15:59:57 T:2976788480 M:424177664 ERROR: ffmpeg: [flv] header damaged
15:59:57 T:2976788480 M:424177664 ERROR: Decode - avcodec_decode_video returned failure
15:59:57 T:2690606880 M:424177664 INFO: Loading skin file: VideoOverlay.xml
15:59:58 T:2976788480 M:423268352 INFO: CDVDPlayerVideo - Stillframe detected, switching to forced 25.000000 fps
16:00:00 T:2975191040 M:423759872 ERROR: Process, error 36 seeking. seek returned -1
16:00:00 T:2974658560 M:423759872 ERROR: ffmpeg: [flv] skipping flv packet: type 0, size 14296195, flags 0
16:00:00 T:2975191040 M:423759872 ERROR: Process, error 36 seeking. seek returned -1
16:00:00 T:2974658560 M:423759872 ERROR: ffmpeg: [flv] skipping flv packet: type 24, size 2076579, flags 0
16:00:03 T:2975191040 M:425652224 ERROR: Process, error 36 seeking. seek returned -1
16:00:03 T:2974658560 M:425652224 ERROR: ffmpeg: [flv] skipping flv packet: type 255, size 15931157, flags 0
I think the swf format look most promising because Boxee seems to be able to open the stream.
I don't have access to beta version, so I don't know if this problem is solved in beta. Any help or clue would be most appreciated.
Bookmarks