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

Re: [Live-devel] stream mp3

2008-04-01 Thread Ross Finlayson
>From: "mean while" <[EMAIL PROTECTED]> You will be more likely to get an answer to your question if you start conducting yourself in a more professional manner. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list

Re: [Live-devel] stream mp3

2008-04-01 Thread l'alchemiste
hi i want to use live media fo streaming video on windows mobile can yo help me ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] stream mp3

2008-04-01 Thread mean while
hi, I want to stream mp3 with livemedia. The source does not base on file but comes from memory one frame per time. Should I modify the MP3FileSource.cpp & MP3StreamState.cpp to read and parse the data? Should I use mp3adu format? Thanks very much. yours, mw