Re: [Live-devel] H264 TS

2009-05-27 Thread Ross Finlayson
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@

Re: [Live-devel] H264 TS

2009-05-27 Thread Ross Finlayson
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

Re: [Live-devel] H264 TS

2009-05-27 Thread joeflin
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"

Re: [Live-devel] Meadia Server on VS 2005 or 2008

2009-05-27 Thread Jeremy Noring
I've wanted VS solutions as well (the current windows build environment leaves much to be desired, but I guess that's the beauty of open source: should you so desire...), but I think you'll have to create a VS solution with four projects for each of the libraries in Live555, and then link any appli

Re: [Live-devel] H264 TS

2009-05-27 Thread Massimo Zito
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 ->

Re: [Live-devel] RTP ports used by live555MediaServer

2009-05-27 Thread Ross Finlayson
I would like to know the ports used by live555 server to stream the RTP packets .i.e the port number range on the server which streams the RTP packets. By default, RTP/RTCP ports start at 6970. (Even numbers are used for RTP; odd numbers are used for RTCP.) There's no 'range' of port number

Re: [Live-devel] H264 TS

2009-05-27 Thread 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" should be used for regular MPEG-4 video, not H/.264.) -- Ross Finlayson Live Networks,

[Live-devel] RTP ports used by live555MediaServer

2009-05-27 Thread harsha gampa
Hi , I would like to know the ports used by live555 server to stream the RTP packets .i.e the port number range on the server which streams the RTP packets. Regards, Harsha Gampa ___ live-devel mailing list live-devel@lists.live555.com http://lists.live

[Live-devel] Meadia Server on VS 2005 or 2008

2009-05-27 Thread علاء عبد الناصر عزت
Hi, I'm new to this mailing list but I didn't find an answer to my question in the last threads. My question is: I want to compile and debug the media server project using VS2005 or 2008 to generate the mediaserver.exe that run successfully with no caches. Really I need to know how to make a

Re: [Live-devel] openRTSP woes

2009-05-27 Thread Stas Oskin
Hi. What is the most recommended solution then in such case? Keep video in elementary, but audio in mp3 for example, and sync between them? Regards. 2009/5/27 Ross Finlayson > 1) Just to verify, does it means that elementary stream files (m4e or m4v) >> are unable to contain the PTS/DTS times

[Live-devel] H264 TS

2009-05-27 Thread Massimo Zito
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

Re: [Live-devel] Two quick questions ( 1) OutputPacketBuffer and fDurationInMicroseconds 2) skipping frames in doGetNextFrame() )

2009-05-27 Thread Ross Finlayson
is fDurationInMicroseconds, inside doGetNextFrame() of a MySource, ignored until the buffer is filled (so it has no effect if I set it to a value different than 0) ? It (and all the other parameters) are ignored until "FramedSource::afterGetting()" is called. which is the best way to "skip

Re: [Live-devel] openRTSP woes

2009-05-27 Thread Ross Finlayson
1) Just to verify, does it means that elementary stream files (m4e or m4v) are unable to contain the PTS/DTS timestamps at all? The video elementary stream files might contain these timestamps; the audio elementary files typically won't. -- Ross Finlayson Live Networks, Inc. http://www.live55