Efforts are made toward RTSP unicast streaming. This is still unstable code but you can help reporting bugs.
Real Time Streaming Protocol (RTSP) (RFC 2326) - Internet
The code have been integrated in the rtsp branch of the git repo.
You can get the snapshot here
Feel free to send me comments/doc updates/patches tests results
You can use a config file like this one:
freq=12168
pol=v
srate=27500
card=1
autoconfiguration=full
autoconf_ip_header=239.10
unicast=1
unicast_rtsp=1
port_rtsp=554
multicast=0
port_http=8090
I use http default port (4242). So, I can get the playlist like this : http://192.168.15.11:4242/playlist_rtsp.m3u
Next, open this file with VLC.
Into the playlist file :
#EXTM3U
#EXTINF:0,Direct 8
rtsp://192.168.15.11:514/bynumber/1
#EXTINF:0,BFM TV
rtsp://192.168.15.11:514/bynumber/2
#EXTINF:0,i>TELE
rtsp://192.168.15.11:514/bynumber/3
#EXTINF:0,DirectStar
rtsp://192.168.15.11:514/bynumber/4
#EXTINF:0,Gulli
rtsp://192.168.15.11:514/bynumber/5
#EXTINF:0,France 4
rtsp://192.168.15.11:514/bynumber/6