Sample Text

Useful Information

Testiraj strim

MRL:
-:--:--/-:--:--
Stopped...

Volume: --
Playlist: Aspect Ratio:
Audio Channel:
Audio Track: --
Video Subtitle: --
Deinterlacing:
Marquee:
Teletext page:

četvrtak, 30. srpnja 2015.

IPTV PLAYLIST

#EXTM3U
#EXTINF:-1,BHT 1
http://51.254.136.4:8801/welcome_to_www.tvuzivo.xyz
#EXTINF:-1,FTV
http://51.254.136.4:3501/welcome_to_www.sipragezabava.com
#EXTINF:-1,OBN
http://51.254.136.4:2502/welcome_to_www.tvuzivo.xyz
#EXTINF:-1,FACE TV
http://51.254.136.4:5505/welcome_to_www.sipragezabava.com
#EXTINF:-1,PINK BH
http://51.254.136.4:7507/welcome_to_www.tvuzivo.xyz
#EXTINF:-1,NOVA TV
http://51.254.136.4:22501/welcome_to_www.sipragezabava.com
#EXTINF:-1,ARENA SPORT 1
http://51.254.136.4:2509/welcome_to_www.sipragezabava.com
#EXTINF:-1,DM SAT
http://51.254.136.4:2701/welcome_to_www.sipragezabava.com


četvrtak, 5. ožujka 2015.

Hello,
Here I'll show you how in a simple way to transcode live video stream over the ubuntu server.
For this you need VLC player which you can install as follows:

first do the update server in the following way; sudo apt-get update

















then install the VLC player; sudo apt-get install vlc


















then add the new user as follows; sudo adduser username

















Now with the program WinSCP can connect to the server and directory home found a folder the user that we added to the server.





















In the folder new user add a new file eg. test.sh.














And then continue to the next value for file test.sh.


































Then in the file test.sh add the following script:
echo "test 1"
cvlc "input(stream)" --deinterlace=blend --loop --sout-keep --network-caching=3000 --repeat --http-reconnect --http-continuous --sout='#http{access=http, mux=ts, dst=:2500(or dst=:2500/test }' > /dev/null 2>&1 &









Now with PuTTY program connects to the server with the new user name that we added and start file test.sh

./test.sh

















Now the stream could work at this address: http://your server ip:2500 or
http://your server ip:2500/test depending on how you set the script.