Results 1 to 4 of 4

Thread: vlc -sout-keep/gather continuous playlist not working

  1. #1
    Join Date
    Jun 2010
    Beans
    2

    vlc -sout-keep/gather continuous playlist not working

    Been trying for days but still nothing:

    vlc --playlist-tree "/home/john/movies/" --loop -vvv --sout-keep --sout='#gather:duplicate{dst="transcode{venc=x264{keyint=60,idri nt=2},vcodec=h264,vb=600,acodec=mp4a,ab=64,channel s=2,samplerate=44100, width=320, height=240}:rtp{dst=127.0.0.1,port=1234,sdp=file:///home/john/vlcstream/vlc.sdp}"}'
    Works fine for the first stream loaded but when it changes to the next in the list the output is blank.

    Here's a snipet from vlcs wiki:

    --sout-keep, --no-sout-keep
    Keep stream output open (default disabled)
    This allows you to keep an unique stream output instance across
    multiple playlist item (automatically insert the gather stream output
    if not specified) (default disabled)
    Any ideas?

    LOGS:

    $ vlc -l|grep stream
    VLC media player 1.2.0-git Twoflower (revision 1.1.0-pre1-1073-g85fadc9)
    mp4 MP4 stream demuxer
    mkv Matroska stream demuxer
    stream_out_raop Remote Audio Output Protocol stream output
    stream_out_record Record stream output
    stream_out_gather Gathering stream output
    stream_out_rtp RTP stream output
    stream_out_es Elementary stream output
    .................................................. ........................
    main debug: stream=`gather'
    main debug: looking for sout stream module: 1 candidate
    main debug: using sout stream module "stream_out_gather"
    main debug: TIMER module_need() : 0.399 ms - Total 0.399 ms / 1 intvls (Avg 0.399 ms)
    main debug: using timeshift granularity of 50 MiB
    main debug: using timeshift path '/tmp'
    Last edited by frankjohn; June 30th, 2010 at 04:04 AM.

  2. #2
    Join Date
    Jun 2010
    Beans
    2

    Re: vlc -sout-keep/gather continuous playlist not working

    Anyone?

  3. #3
    Join Date
    Apr 2009
    Beans
    12

    Re: vlc -sout-keep/gather continuous playlist not working

    Maybe the two streams don't match encoding? If not then you'll want to transcode them...
    See http://wiki.videolan.org/Documentation:Modules/gather

  4. #4
    Join Date
    May 2007
    Beans
    448

    Re: vlc -sout-keep/gather continuous playlist not working

    This has been fixed, I believe, over here:

    http://ubuntuforums.org/showthread.p...t=vlc+playlist
    ubuntu user # 17477 , linux user # 454685

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
  •