I am working on a RTSP streaming server.
I would like to stream Text information along with the audio and video streams that I already stream. In the end I want to develop a custom RTSP client to receive this data but for now I am working with a VLC client and I would like it to consider my Text subsession as subtitles.

Is it possible?

Yes, but you would need to implement (at both the server end (by writing a new "MultiFramedRTPSink" subclass) and the client end (by writing a new "MultiFramedRTPSource" subclass)) the "RTP Payload Format for Text Conversation" defined by RFC 4103.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to