English 中文(简体)
Can t correctly stream x264 video to mobile via RTSP
原标题:

I m creating mobile version of YouTube-like website. And i m going to use Darwin Streaming Server for streaming low-res clips compressed with x264 and NeroAAC and hinted with MP4Box.

When i m playing it with VLC player streaming works fine, as expected. When i m trying to open URL with my HTC Hero, it switches to player mode, then starts "loading video" animation, then after some time it shows "unable to connect to server". Sample movies provided with DSS streamed fine regardless bitrate.

I tried few encoding options, but always the same result. I suspect nocabac and level=11 but it didn t changed nothing.

Is there some more specific encoding options for such type?

Thank You!

最佳回答

264 and AAC are supported, but is better to use:

a)RTSP streaming URL for mobile video playback. H.263 video and AMR audio.
or
b)RTSP streaming URL for mobile video playback. MPEG-4 SP video and AAC audio.

Android Streaming is only supported with 3gp format files

 rtsp://myStreamingserver/myvideo.3gp
问题回答

暂无回答




相关问题
Audio format for stream recording: FLV or mp4?

I m capturing microphone (speech) input and publishing it on a flash server. I want this content to eventually be able to be streamed on iPhones as well as in the browser, so I m wondering if I should ...

AAC header and other info in iPhone

I m building an iPhone Application that records sound. I make use of Audio Queue Services, and everything works great for the recording. The thing is, I m using AudioFileWritePackets for file ...

Can t correctly stream x264 video to mobile via RTSP

I m creating mobile version of YouTube-like website. And i m going to use Darwin Streaming Server for streaming low-res clips compressed with x264 and NeroAAC and hinted with MP4Box. When i m playing ...

How to develop an AAC converter for Linux?

I am a beginner developer want to develop a MP3 to AAC converter for Linux. But I don t know how to start as I havn t done any development in Linux before. I am using Ubuntu 10.04. Can anyone tell me ...

Flash/Flex: play embedded AAC audio?

Is it possible to play an embedded AAC file in Flash/Flex somehow? I know you can playback embedded MP3 files, but I hear that you can t do that with AAC. Anyone know any sneaky ways to get around ...

Encode audio to aac with libavcodec

I m using libavcodec (latest git as of 3/3/10) to encode raw pcm to aac (libfaac support enabled). I do this by calling avcodec_encode_audio repeatedly with codec_context->frame_size samples each ...

read or write ratings from AAC file

I m trying to figure out how to read the "ratings" from an AAC file on Windows 7. This data is somehow persisted in the file as the Windows 7 shell and WMP can read / write the ratings. In MP3 the ...

热门标签