Re: [Live-devel] Stream MP3 over TS

2013-10-07 Thread Ross Finlayson
> thanks for your fast replay. Now I can stream my MP3 packed in MPEG-TS > container over RTP :) > > Now it transform my mp3 in to new mpeg-ts file and then transmit it (the > mpeg-ts file) over rtp. Once again: If you want to transmit MP3 audio via RTP, the best way to do this is to do so dir

[Live-devel] Stream MP3 over TS

2013-10-07 Thread Roberto Pompermaier
Hi, thanks for your fast replay. Now I can stream my MP3 packed in MPEG-TS container over RTP :) Now it transform my mp3 in to new mpeg-ts file and then transmit it (the mpeg-ts file) over rtp. I would like to transform and transmit at the same time, without creating an temporary file. If I

Re: [Live-devel] Stream MP3 over TS

2013-10-06 Thread Ross Finlayson
> I'm trying to transmit an MP3 file over Transport Stream Note that a "Transport Stream" is really just a container (i.e. file) format, not a network protocol. So it doesn't really make sense to talk about streaming anything over a "Transport Stream". You can, however, convert, or 'pack' som

[Live-devel] Stream MP3 over TS

2013-10-06 Thread Roberto Pompermaier
Hi, I'm trying to transmit an MP3 file over Transport Stream (my goal is play the song on different device completely sync). I studied the 2 test programs testMP3Streamer and testMPEG2TransportStreamer, but I didn't understand how it can work. In the play() function of testMPEG2TransportStre