Results 1 to 6 of 6

Thread: Create DVB Channel Playlist

  1. #1
    Join Date
    Jul 2010
    Posts
    62

    Create DVB Channel Playlist

    VLC is both a reader and a media server platform. This software is a genuine Swiss Army knife of video . It lets you view your files or stream video and audio. I manages the display of a large number of capture devices such as TV cards , and webcams. It also helps to distribute or to encode the different network media sources. I want to know that how to create DVB Channel Playlist. Please help.

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Create DVB Channel Playlist

    Check the command:
    vlc dvb:// --dvb- frequency = 490000000 -dvb-Adapter = 0 -dvb- bandwidth = 8 - program = 261
    This example allows you to watch ARTE Bordeaux ( frequency 490 MHz : Channel 23 and program number 261 ), If you want to record a program in a compressed stream . ogg (Fr2 Lyon ) :
    vlc - Ttl 12 dvb:// --dvb- frequency = 754000000 -dvb-Adapter = 0 -dvb- bandwidth = 8 - sout '# transcode { vcodec = mp4v , acodec = mpga , vb = 800, ab = 128 , deinterlace }: standard { access = file , mux = ogg , dst = fr2.ogg } '
    To register and see the same time, it must duplicate the signal.

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: Create DVB Channel Playlist

    There is no obvious need to enter all the parameters we wish to transmit channels ( frequencies , etc. ... ) The easiest way is to bother once to fill out a playlist and then load the playlist with VLC on the server. The syntax is straightforward . The parameters of VLC:

    Code:
    dvb -t: adapter = 0 : frequency = 714167000 : bandwidth = 8 - program = 1025
    If everything works smoothly on your network , then you just open the port passed as parameter (if not already) on your router to any IP from the server. Also remember to add the option - ttl 10 to specify the lifetime of packets sent by the server VLC. The value is adjusted in case of problems . To avoid possible that everyone could connect to the server VLC , you just add a login / mdp , ultimately, the entire line.

  4. #4
    Join Date
    May 2008
    Posts
    4,345

    Re: Create DVB Channel Playlist

    You can retrieve the flow of freebox , transcode to retrieve it on the internet then. I think that is authorized by the general conditions of sales as one who recovers the flux on the web is that which belongs to the free connection (check !) . In all cases, it is very simple , just add lines like

    Code:
    # EXTINF : 0,2 - France 2
    rtsp: / / mafreebox.freebox.fr/freeboxtv/201
    in the playlist for that matter freebox which is transmitted rather than TNT. Remember when even the good forwarder ports on the server that the multistation VLC works correctly .

  5. #5
    Join Date
    May 2008
    Posts
    4,831

    Re: Create DVB Channel Playlist

    Under ProgDVB plugin must be used with link ProgMedia Server has been given above . After unzipping the archive to the e Module directory of ProgDVB , ProgDVB run and click on Settings - > Module List and check the box and then click Media Center Prog Properties selected with the plugin . Under ProgDVB plugin must be used with link ProgMedia Server has been given above . After unzipping the archive to the e Module directory of ProgDVB , ProgDVB run and click on Settings - > Module List and check the box and then click Media Center Prog Properties selected with the plugin .
    Network interface : 127.0.0.1 ( local address, which means that the stream is transferred to another local program: vlc for example!)
    Protocol : Broadcast
    Port: 5000 (it's easier to remember than 10,094 !)
    Then OK !

  6. #6
    Join Date
    Apr 2010
    Posts
    59

    Re: Create DVB Channel Playlist

    Transcode with a play list has the advantage of operating on any configuration, and not be exportable not to contain malicious code. Its composition is somewhat different from batch / shell. With your favorite text editor , create a file Extension m3u beginning: We see that for the module sout, Option transcode is found in concatenated sout- transcode, Then the sub -options with their value . acodec Module transcode will become transcode- acodec... and so on.

Similar Threads

  1. How to create the playlist in the Zen creative M100
    By Fitroy in forum Portable Devices
    Replies: 12
    Last Post: 18-07-2011, 03:41 PM
  2. How to create Playlist for shared folder / paths
    By ValentineSS in forum Windows XP Support
    Replies: 1
    Last Post: 28-04-2011, 12:32 PM
  3. How to create playlist in Sony PS3
    By Brendan18 in forum Video Games
    Replies: 5
    Last Post: 10-10-2010, 01:36 AM
  4. How to create M3U Playlist option
    By Ashish Goenkar in forum Windows Software
    Replies: 3
    Last Post: 09-10-2009, 12:23 PM
  5. How to create a playlist on Windows Mobile's WMP
    By MacIntel in forum Portable Devices
    Replies: 3
    Last Post: 01-09-2009, 11:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,641,612.95052 seconds with 17 queries