>It has been mentioned before on this mailling list that live555
>contains a demuxer for program stream and not for transport streams
>and I was wondering why.
Because a Transport Stream demultiplexor was not needed for
streaming. MPEG Program Streams are streamed - via RTP - as separate
RTP
Hi
It has been mentioned before on this mailling list that live555
contains a demuxer for program stream and not for transport streams
and I was wondering why. Has someone written such a demuxer and
whishes to share if?
I would like to write a program that receives MPEG2-TS through
multic
Hi Ross,
can we use Live media Library as RTSP streaming Server to stream
Live content like any TV channel.
Currently we are using Helix Mobile Producer to stream TV Channel.
Please read the FAQ!
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
Hi
I'm curious. How did you solve the "request more data" at the bottom?
You are calling getNextFrame() to solve this - Correct?
Thomas
On 8 Jun 2007, at 15:24, Julian Lamberty wrote:
> Hi!
>
> I would like to know how I can
>
> 1. Request more data from a source (MPEG1or2VideoRTPSource)
> 2.
Thank you for your reply!
I've tried your advice, that defines the macros ACCESS_CONTROL. Wonderful, the
windows media player promoted me to enter the username and the password. (BTW,
the windows media player didn't give a realm to the live555 server, as a
result, the authorization failed). Unf
Ross, correct me if I am wrong,
As long as you can get the stream encoded into a format that can be used by
LiveMedia and your hardware/software encoder supports grabbing single
frames, (or can be read as a socket or file) you can modify this library to
stream it. I am currently using the libra
That's it. I don't know why ByteStreamFileSource::doGetNextFrame
appears here suddenly. Who calls it?
It's called by "FramedSource::getNextFrame()", which in turn is
called by the downstream object - in this case a
"MPEG4VideoStreamFramer".
For the "testMPEG4VideoStreamer" application, the d
As the title. Thanks in advance!
_
通过 Live.com 查看资讯、娱乐信息和您关心的其他信息!
http://www.live.com/getstarted.aspx___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailma
Hi all:
I am reading the source code of the live555 now. What puzzles me
a lot is the background principle of the live555. Take
testMPEG4VideoStreamer.cpp as an example:
I traced the program by inserting printf statement in some function and
saw the below information
play()->
RTPSink::st