[Live-devel] MPEG 2 TS streaming at pre encoded bit rate over LAN

2007-07-26 Thread devendra banker
Dear all, Hope every one is doing gr888. I happen to face some problems and hope with the help of u guys would be able to find it solved... Say i have one MPEG 2 TS stream ( stream1.ts encoded at 5.00 Mbps) ..and now i want to transmit it over lan at 5.00 Mbps. problem 1 : how do i get to k

Re: [Live-devel] MPEG2TransportStreamIndexer Question

2007-07-26 Thread Ross Finlayson
>Within the MPEG2TransportStreamIndexer's main, is there an existing >class that could replace the ByteStreamFileSource that would receive its >video data off a UDP socket instead of reading from a file? IMHO, it doesn't make any sense to apply the indexing algorithm to anything but a file, becau

[Live-devel] MPEG2TransportStreamIndexer Question

2007-07-26 Thread Leary, Brent
Ross, Within the MPEG2TransportStreamIndexer's main, is there an existing class that could replace the ByteStreamFileSource that would receive its video data off a UDP socket instead of reading from a file? "FramedSource* input = ByteStreamFileSource::createNew(*env, inputFileName, TRANSPORT_PAC

Re: [Live-devel] muticast stream

2007-07-26 Thread Ross Finlayson
Hi Everyone, I'm using the "PasssiveServerMediaSubsession" to stream multicast. But i'm little confused, Where can i decide who will get the stream? I don't really understand your question. Because your stream is multicast, any RTSP client that plays it will receive the same stream. (Pro

[Live-devel] RTP Elementary Stream to RTP Transport Stream

2007-07-26 Thread William Chung-How
Hi I'm trying to receive an RTP Elementary Stream and encapsulate that into a RTP Transport Stream on another multicast address and port number. I used the testMPEG1or2VideoReceiver as a starting point and have 2 problems. If I change the input source from a file to a R

[Live-devel] muticast stream

2007-07-26 Thread steve choen
Hi Everyone,I'm using the "PasssiveServerMediaSubsession" to stream multicast.But i'm little confused, Where can i decide who will get the stream?I don't want to broadcast the stream, i want only predefined clients to play it.thankssteve Walla! Mail - get your free 3G mail today___

[Live-devel] H264 save to file

2007-07-26 Thread aviad rozenhek
Hi, I am using openRTSP to connect to wirecast, which provides an H264 video stream (with no audio). looking at the code and at the packet it seems that everything works ok, except that I have found no way of playing back the file ... what can I do to have the easiest sanity check to see if the

Re: [Live-devel] openRTSP -r -p

2007-07-26 Thread Ross Finlayson
To get around this, we are using openRTSP with the -r and -p options (openRTSP -r -p 20006 rtsp://192.168.1.9:8554/path/video.ts) and receiving the RTP data with a separate application (just receiving it, counting how much we receive, and throwing it away). However, at 45 seconds, our RTP stre

[Live-devel] openRTSP -r -p

2007-07-26 Thread Rutherford, Robert
Ross, We are trying to determine the bottleneck in playback of streamed MPEG2 on our PPC Linux system. When running openRTSP with no arguments, we see poor throughput because the CPU is running at 100% (http://lists.live555.com/pipermail/live-devel/2007-July/007238.html). To get around this, we a