prpblem with multicast
"Lior Kohan" <[email protected]> Sun, 3 Nov 2002 19:01:52 +0200
| Newsgroups | gmane.comp.video.videolan.vlcs,gmane.comp.video.videolan.vls.general |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C2836B.782FE7E0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: 7bit Hi, I am trying to stream some multicast channels with vls and vlcs. I am using the following configuration: vls vlc are installed on windows 2000 pro and vlcs is installed on redhat linux 8.0. I am streaming mpeg-1 files from the video server on the multicast channels. I was able to stream one program (mpeg-1 file) on the multicast channel, the video LAN client has connected to the vlcs on channel 1, but I have tried to stream another multicast stream on channel 2 but the video client did not receive the stream. The video server has started to run the second multicast stream channel but it seems that the client did not recognize the second stream. On the vlc when I have changed the channel number from 1 to 2 on the vlcs has received the change request but the video LAN client did not receive the stream. I have attached the configuration files of the vls, maybe I am doing something wrong. Appreciate your help Best regards Lior Kohan iamba Networks System Administrator Mailto: [email protected] Tel (+ voicemail) : 972-9-7766366 Ext. 193 Fax : 972-9-7766360 ------=_NextPart_000_0000_01C2836B.782FE7E0 Content-Type: application/octet-stream; name="input.cfg" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="input.cfg" # vls local input configuration file (Example) # Main settings BEGIN "Input" FilesPath =3D "C:\video_lan\streams\mpeg1" ProgramCount =3D "7" # number of programs END # --- Format: # BEGIN "program_number" # Name =3D "program_name" # Type =3D "type" # can be Mpeg1-PS, Mpeg2-PS, Mpeg2-TS, = or Dvd # FileName =3D "path" # use this variable if Type is not = "Dvd" # Device =3D "device" # use this variable with type "Dvd" # END # --- Example: BEGIN "1" # MPEG1 stream stored in C:\video_lan\streams\mpeg1 Name =3D "a" FileName =3D "a.mpg" Type =3D "Mpeg1-PS" END BEGIN "2" # MPEG1 stream stored in C:\video_lan\streams\mpeg1 Name =3D "b" FileName =3D "b.mpg" Type =3D "Mpeg1-PS" END BEGIN "3" # MPEG1 stream stored in C:\video_lan\streams\mpeg1 Name =3D "c" FileName =3D "c.mpg" Type =3D "Mpeg1-PS" END BEGIN "4" # MPEG1 stream stored in C:\video_lan\streams\mpeg1 Name =3D "d" FileName =3D "d.mpg" Type =3D "Mpeg1-PS" END BEGIN "5" # MPEG1 stream stored in C:\video_lan\streams\mpeg1 Name =3D "e" FileName =3D "e.mpg" Type =3D "Mpeg1-PS" END BEGIN "6" # MPEG1 stream stored in C:\video_lan\streams\mpeg1 Name =3D "f" FileName =3D "f.mpg" Type =3D "Mpeg1-PS" END BEGIN "7" # MPEG1 stream stored in C:\video_lan\streams\mpeg1 Name =3D "g" FileName =3D "g.mpg" Type =3D "Mpeg1-PS" END ------=_NextPart_000_0000_01C2836B.782FE7E0 Content-Type: application/octet-stream; name="vls.cfg" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="vls.cfg" # vls configuration file (Example) # Application wide settings BEGIN "Vls" LogFile =3D "vls.log" # log file systemlog =3D "enabled" screenlog =3D "disabled" END=20 # Security informations : # # The section "Groups" describes which group is allowed to use which = command. # Each user who belongs to the 'master" group has all the power on the = server. # Each one who belongs to the "monitor" group is a "read-only" user. BEGIN "Groups" # --- Format:=20 # groupname =3D "cmd1|cmd2|..." # --- Example: monitor =3D "help|browse|logout" master =3D = "help|browse|start|resume|suspend|stop|shutdown|logout" END # The section "Users" describes each user # Use "mkpasswd" to generate the encrypted password. BEGIN "Users" # --- Format:=20 # username =3D "encryptedpassword:group" # --- Example: monitor =3D "monitor:monitor" # password is 'monitor' bozo =3D "bozo:master" # password is 'bozo' END # Telnet Administration BEGIN "Telnet" # Domain =3D "Inet6" # Inet4 or Inet6 LocalPort =3D "9999" # Port to use for that purpose END # Streams sources declaration BEGIN "Inputs" # --- Format: # InputName =3D "Type" # --- Example: local1 =3D "local" # Local input example # kfir =3D "video" # Video input example (mpeg encoder) # dvb =3D "dvb" # Video input example (DVB card) END # Inputs configuration BEGIN "local1" # --- Format: # ConfigPath =3D "/path" # --- Example: # The configuration file is C:\video_lan\vls\input.cfg ConfigPath =3D "C:\video_lan\vls" END # Video input configuration BEGIN "kfir" # --- Example: # Device =3D "/dev/video" # Video4linux device (default is = "/dev/video") # Type =3D "Mpeg2-PS" # Stream type (default is "Mpeg2-PS") END # Video input (DVB) configuration BEGIN "dvb" # --- Example: # DeviceNumber =3D "0" # /dev/ost/dvr<i> # Frequency =3D "12553000" # Frequency in kHz of the transponder # Polarization =3D "0" # 0 or 1 # SymbolRate =3D "27500000" # Symbol rate # DiSEqC =3D "0" # DiSEqC address of the used LNB # LNB_Lof1 =3D "9750000" # Local frequency of lower LNB band # LNB_Lof2 =3D "10600000" # Local frequency of upper LNB band # LNB_SLof =3D "11700000" # Switch frequency of LNB END # Channel (outputs) declaration BEGIN "Channels" # --- Format: # ChannelName =3D "Type" # --- Example: # localhost =3D "network" # client1 =3D "network" # client2 =3D "network" multicast =3D "network" multicast1 =3D "network" =20 # localfile =3D "file" END # Channels configuration #BEGIN "localhost" # The client is on the same host as the = server # DstHost =3D "localhost" # DstPort =3D "1234" #END #BEGIN "client1" # unicast example # DstHost =3D "192.168.1.130" # destination host # DstPort =3D "1234" # destination port #END #BEGIN "client2" # unicast with IPv6 example # Domain =3D "inet6" # DstHost =3D "3ffe:ffff::2:12:42" # destination host # DstPort =3D "1234" # destination port #END BEGIN "multicast" # multicast example DstHost =3D "239.2.12.42" # multicast address DstPort =3D "1234" # destination port Type =3D "multicast" END BEGIN "multicast1" # multicast example DstHost =3D "239.2.12.43" # multicast address DstPort =3D "1234" # destination port Type =3D "multicast1" END #BEGIN "localfile" # file output example # FileName =3D "stream.ts" # Append =3D "no" # rewrite the file if it = exists #END ------=_NextPart_000_0000_01C2836B.782FE7E0-- -- This is the vlcs mailing-list, see http://www.videolan.org/vlcs/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact <[email protected]>