When streaming a ts file that contains H.264 video using testOnDemandRTSPServer
to an Amino STB (aminet130), the playback had lots of hiccups. Anyone has some
hints to share please? Thanks!
P.S, yes, I have tried the ts files from live555.com ftp site, same results.
in attach my modified transport stream multiplexor to handle h264
stream type ...
Thanks. This will be included in the next release of the software.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@
What is a good H264-TS client?
VLC should work.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
What is a good H264-TS client?
在2009-05-27?22:44:17,"Ross?Finlayson"??写道:
>>Hi?Ross,
>>
>>in?attach?my?modified?transport?stream?multiplexor?to?handle?h264?
>>stream?type?...
>>
>>It?works?for?me?...?Is?this?correct??
>
>What?value?of?"mpegVersion"?to?you?use?for?H.264?video???(A?value?of?
>"4"
2009/5/27 Massimo Zito
> sorry ... there's a mistake ... :)
>
> In original version:
>
> mpegVersion == 1 -> stream type -> 1
> mpegVersion == 2 -> stream type -> 2
> else stream type -> 0x10
>
> In my modified version:
>
> mpegVersion == 1 -> stream type -> 1
> mpegVersion == 2 -> stream type ->
Hi Ross,
in attach my modified transport stream multiplexor to handle h264
stream type ...
It works for me ... Is this correct ?
What value of "mpegVersion" to you use for H.264 video? (A value of
"4" should be used for regular MPEG-4 video, not H/.264.)
--
Ross Finlayson
Live Networks,
Hi Ross,
in attach my modified transport stream multiplexor to handle h264 stream
type ...
It works for me ... Is this correct ?
Thanks ...
Massimo
*** MPEG2TransportStreamMultiplexor.cpp 2009-04-07 04:19:00.0 +0200
--- MPEG2TransportStreamMultiplexor.cpp.new 2009-05-27
15:24:43.0