I'm sure
2011/7/7 Ross Finlayson
> I am using live555 to stream *.acc and *.264 files to android devices,
>> VLC mac can play those streams normally, but android media player can't play
>> those streams. I can't figure out why...
>>Is there anyone could help me here?
>>
>
> Are you sure
Hi, everyone:
I am using live555 to stream *.acc and *.264 files to android devices,
VLC mac can play those streams normally, but android media player can't play
those streams. I can't figure out why...
Is there anyone could help me here?
___
li
I have two elementary files (H264 video and AAC audio), now I set up a RTSP
server, how could I merge them synchronous?
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Because the media files(Apple HTTP ) are coming from a server which I can
not control.
2011/7/4 Karl Dietz
> On 04.07.2011 08:03, He Lion wrote:
>
>> Thanks for your answer.
>>
>> Why I did that?
>> Because after set up a RTSP server working like a bridge at andro
Thanks for your answer.
Why I did that?
Because after set up a RTSP server working like a bridge at android, I just
need to demux TS, then add video or audio streams to RTSP stream, I don't
have to write a JNI media player (very difficult) to display and control
every frames.
I would like to ask
Because android's media player can't play TS file (1.5 - 2.2), so in oder to
play "/sdcard/test.ts", I set up a local RTSP server using live555 at
android, then set the data source of android media player as "
http://127.0.0.1:8554/test.sdp";(something like that).
The rtsp server at android actual