VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Hi, pls help

    i have problem playing stream in vlc 2.1.3 , example address http://xxx.xxx.xxx.xxx/..../HLS/Live/.....index.m3u8,

    after 20-30 sec vlc start to shutter ,grey screens etc. , and after that program shuts down displaying this error

    Some plugin needed or ?

    Problem Event Name: APPCRASH
    Application Name: vlc.exe
    Application Version: 2.1.3.0
    Application Timestamp: 00000004
    Fault Module Name: StackHash_11ae
    Fault Module Version: 6.1.7601.18247
    Fault Module Timestamp: 521ea91c
    Exception Code: c0000374
    Exception Offset: 000c3873
    OS Version: 6.1.7601.2.1.0.256.1
    Locale ID: 9242
    Additional Information 1: 11ae
    Additional Information 2: 11ae4ddb3dc0324408c2af28e8cb7d6a
    Additional Information 3: 4ae8
    Additional Information 4: 4ae870d8a0f1d341b54a8026b32dae9f
    Quote Quote  
  2. Hi ,

    @PrinzEugen : try something like below .

    Code:
    @echo on
    ffmpeg -i "http://..." -vcodec copy -acodec copy -f mpegts | "c:\program.....\vlc.exe" -
    pause
    :fin
    Maybe you ought to use vlc 2.1.2 instead of 2.1.3 .

    Cheers .
    Quote Quote  
  3. i downloaded ffmeg, pls how to put this codes, im noob iguess
    Quote Quote  
  4. Hi ,

    @PrinzEugen : Create a batch file .

    ===
    To do this :
    _ open a text editor
    _ paste the lines @echo ... :fin <= or :end
    _ replace "http://..." by your link
    _ replace "c:\program.....\vlc.exe" by the right directory of VLC

    _ save the file as (example) "TRY.bat" in the same directory where is staying FFMPEG.exe
    ===

    Open "explorer.exe" . Search for "TRY.bat" , and launch it .

    Cheers .
    Quote Quote  
  5. is says
    at least one output file must be specified,
    Quote Quote  
  6. Add pipe: , like this :
    -f mpegts pipe: |
    Quote Quote  
  7. ok, ive tried this script and nightbuild latest version of vlc 3.0, still lags .

    on mxplayer for android streams are work flawlessly.

    any software except vlc, simple player for hls ?
    Quote Quote  
  8. Hi ,

    @PrinzEugen :

    Code:
    Try this , to watch a stream "m3u8" directly .
    ----
    @echo on
    ffplay -i "http://... .m3u8" -x 750 -y 550
    pause
    :fin
    ----
    
    Or , 
    _ catch the stream to "1er_essai.ts"
    _ convert "1er_essai.ts" => "1er_essai.mp4"
    ----
    @echo on
    ffmpeg -re -i "http://... .m3u8" -vcodec copy -acodec copy -f mpegts "1er_essai.ts"
    pause
    rem "1er_essai.ts" => "1er_essai.mp4"
    ffmpeg -i "1er_essai.ts" -threads 0 -f mp4 -r 25 -vcodec mpeg4 -filter:v yadif=0:-1:1 -maxrate 4000k -b:v 2000k -qmin 3 -qmax 5 -bufsize 8000k -acodec libmp3lame -async 4 -ar 48000 -b:a 128k -ac 2 -vf scale=704:396 -aspect 16:9 "1er_essai.mp4"
    pause
    :fin
    ----
    read "1er_essai.mp4" with what you want .
    Cheers .
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!