Address:
East Room, 3/F Bldg. B, Xinghong Industrial Park, Shuiku RD., Xixiang Town, Bao’an
District, SZ, China, 518055
12
/
22
⑵
RTP multicast
239.255.3.3:1236 1 1
URL for the RTP multicast stream:
rtp://@239.255.3.3:1236
⑶
UDP unicast
Unicast: a packet is sent from a single source to a specified destination.
If broadcasting a UDP stream to an appointed address: 192.168.8.100, the
“
dvb.conf
” content should be
:
192.168.8.100:3001/udp 1 1
URL for the UDP Unicast stream:
udp://@192.168.8.100:3001
⑷
If broadcasting a RTP stream to an appointed address192.168.8.100, the
“
dvb.conf
” content should be
:
192.168.8.100:3002 1 1
URL for the RTP Unicast stream:
rtp://@192.168.8.100:3002
Need to know more user guide for DVBlast streaming, please refer to the file of “
README
” in:
https://github.com/gfto/dvblast
5.2 Use TVheadend to stream the channel
1.TVheadend installation, please refer to:
https://tvheadend.org/projects/tvheadend/wiki/Building
2.Run TVheadend
# tvheadend -C
3.Get into TVheadend web UI:
The default port in TVheadend web UI is 9981.
If want to change the port, please use “
--http_port
”.
For example:
# tvheadend -C --http_port 8090