[Live-devel] Metadata with MPEG-TS

2012-06-25 Thread Ran Shalit
Hi, I want to add metadata to audio and video for creation of MPEG-2 Transport stream. I receive metadata information already inside MPEG-TS packets, I would like to ask if it is a live streamer can deal with MPEG-TS place holder for new MPEG-TS packet or should receive the metadata packets withou

Re: [Live-devel] Metadata

2012-06-11 Thread Ross Finlayson
> I am using RTSP for transmitting video from server to client. At some > points during the transmission I need the server to "send" metadata to the > client. Could you please share how can I do this? Your first step is to decide what RTP payload format you want to use for this 'metadat

[Live-devel] Metadata

2012-06-07 Thread Rahul kumar Pandey
Hi Ross,         I am using RTSP for transmitting video from server to client. At some points during the transmission I need the server to "send" metadata to the client. Could you please share how can I do this? Thanks Rahul ___ live-devel mailing lis

Re: [Live-devel] Metadata missing from mp3 stream using RTSP livemediaserver app

2011-10-18 Thread Ross Finlayson
No RTSP server includes ID3 tags when streaming data from a MP3 file, because there's no well-defined way to include such data in the RTP packets that they send. (The RTP packets in this case contain MP3 audio only.) In principle, it might be possible to include some ID3 tag information in the

[Live-devel] Metadata missing from mp3 stream using RTSP livemediaserver app

2011-10-18 Thread Ashish Mathur
Hi Ross, I am using livemediaserver.exe to stream a mp3 audio file. At the client side i am using openRTSP client application to receive the data. After receiving the data audio-mpa-1 is created. On observing the data in this file i found that the metadata information of MP3 file (ID3 tag etc are m