Teach you to use MMSH protocol on CentOS to listen to MOP network radio VLC player

Source: Internet
Author: User
Tags centos linux

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/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.