[Live-devel] MP3 Audio Application

2008-11-19 Thread soumya patra
Hi Ross, I am developing audio switching application in windows, I have used LAME mp3 encoder library for encoding, I want to stream this data to network. Can I modify testMP3Streamer.cpp to make things working, Can I write directly to stdin and pipe the stdin data directly to the testMP3Stream

[Live-devel] RTPsink with two multicast address

2008-11-19 Thread Yedidia Amit
Hi All Is it possible to add more than one multicast address to RTPSink as destinations? Which means that the the packet will be transmitted once for each multicast address/ Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905

[Live-devel] [Test]This is my first post.

2008-11-19 Thread qiqi
HI, I saw a thread about h264 streaming, and I wanted to reply to it. But I don't know how to . There was a "Reply via email to" button at the bottom of www.mail-archive.com/live-devel@lists.live555.com, After I followed it, a mail was sent to somebody,whose name was on the button,

Re: [Live-devel] Where are TS PCR's decoded?

2008-11-19 Thread Ross Finlayson
Our software does not 'decode' MPEG Transport Stream data at all. It never modifies any part of a Transport Stream (including the PCR timestamp). Our software uses Transport Stream's PCR timestamps in only two places: 1/ When we are creating an index file (the timestamps help tell us where t

Re: [Live-devel] RTP sink to serial

2008-11-19 Thread Ross Finlayson
I want to to send RTP packets (RTP header + payload after packetization) to a serial port. From my experience with Live I figure that using socket_pair will be a good solution. In that way I will be able to use the current code to send the data into the socket, and on the other side I will w

[Live-devel] Where are TS PCR's decoded?

2008-11-19 Thread mamille1
All We're looking in to a problem with playback of our transport streams. From looking at the code in the liveMedia library, we think that it's primarily handled by MPEG2TransportStreamFramer.cpp. So that we don't interfere too much with a playback, we've added a few debugging print statements.

[Live-devel] FW: Trick Mode Data Rate

2008-11-19 Thread Moody, Marc D
Ross and community, I'm attempting to implement the first part of Ross's Trick Mode data rate solution by skipping duplicate I-frames. Attached is my modified TrickModeFilter class. I am keeping track of the TS packet number for each I frame and allowing getNextFrame() to return with a frame si

Re: [Live-devel] doGetNextFrame() timing in mpeg2ts context

2008-11-19 Thread Horst Weglanz
Hi, I investigated this issue further and it confirms everything is okay, as long as my second source doesn't have any data yet. The instance the data is extracted and the call to finish the frame from this source: nextTask() = envir().taskScheduler().scheduleDelayedTask(0,(TaskFunc*)Frame

Re: [Live-devel] RTP sink to serial

2008-11-19 Thread plaza02
I am a newbie to this, so sorry can't help you, :( 在2008-11-19,"Yedidia Amit" <[EMAIL PROTECTED]> 写道: Hi, I want to to send RTP packets (RTP header + payload after packetization) to a serial port. >From my experience with Live I figure that using socket_pair will be a good >solution. In

[Live-devel] RTP sink to serial

2008-11-19 Thread Yedidia Amit
Hi, I want to to send RTP packets (RTP header + payload after packetization) to a serial port. >From my experience with Live I figure that using socket_pair will be a good solution. In that way I will be able to use the current code to send the data into the socket, and on the other side I will w