CentOS has been installed for some time, but because there is nothing to do except study in Linux. Today want to have nothing to do open CentOS want to listen to a song, suddenly remembered should be able to listen to network Radio under Linux. The utility of Network Radio is the MMS protocol. For example, MOP Network Radio is mms://ting.mop.com/mopradio.
The MMS protocol is not heard by the CentOS default installed player. So just google it. What player can listen to the MMS protocol. VLC Media Player can use.
1. First go to the/etc/yum.repos.d/directory under LS to see what they look like.
2. Various installation RPM packages
Installation of Epel and Remi Repository
[root@localhost ~] #yum localinstall--nogpgcheck http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
[root@localhost ~] #yum localinstall--nogpgcheck http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
Installation of Rpmfusion repository
[root@localhost ~] #yum localinstall--nogpgcheck http://download1.rpmfusion.org/free/el/updates/6/i386/ rpmfusion-free-release-6-1.noarch.rpm
[root@localhost ~] #yum localinstall--nogpgcheck http://download1.rpmfusion.org/nonfree/el/updates/6/i386/ rpmfusion-nonfree-release-6-1.noarch.rpm
After the two steps are completed, go to the/etc/yum.repo.d/directory and execute the LS to see what happens.
3. Install VLC
[root@localhost ~] #yum--enablerepo=remi-test Install VLC
4. Run
[Root@localhost ~] #vlc
The default VLC player RPM package is not supported for root users.
5. Improve
VLC as a server to send streaming media to clients via RTP protocol
VLC-VVV--extraintf=logger/home/myuser/aa.avi--sout= "#std {access=mmsh,mux=asfh,dst=0.0.0.0:11111}"
Its role is to use VLC will be when/home/myuser recorded in the video file called Aa.avi to "Fluidization" way to release it, similar to Youku, potatoes that kind of VOD video on demand, and then open the VLC in Windows playback, in the "Open Network streaming" fill in "mmsh:// ip:11111 "can be accessed. Windows can be entered directly in the Explorer Bar.
Back to the column page: http://www.bianceng.cnhttp://www.bianceng.cn/OS/Linux/