I would like to be able to use VLC player to play audio streams which are
IP multicast RTP 24-bit PCM at 48kHz. I learned VLC uses live555 plugin to
play RTP audio described by an .sdp. Unfortunately L24 is not working.

The format can be described using such SDP file:
        v=0
        o=Node 1 1 IN IP4 192.168.2.121
        s=TestSine
        t=0 0
        a=type:multicast
        c=IN IP4 239.192.4.187
        m=audio 5004 RTP/AVP 96
        a=rtpmap:96 L24/48000/2

What can we do to have that working?

Regards,

Maciej

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to