zany130

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 380 total)
  • Author
    Posts
  • in reply to: How to get the rtmp address for the direct-url ? #28989
    zany130
    Participant

    The web is already full of tips about this, you have only to use Google.

    in reply to: VLC shares 0.5.4 – QNAP #29015
    zany130
    Participant

    How did you do the upgrade 0.5.3 -> 0.5.4?

    in reply to: video audio synch problems #28943
    zany130
    Participant

    Playback is different from transcoding. Anyway, if you are on linux audio-synch has no effect and desych problems are related to alsa problems. Vlc forum is full of This kind of threads.

    in reply to: How to get the rtmp address for the direct-url ? #28987
    zany130
    Participant

    There is the “add RTMP Stream” wizard in the Online Library Management page (http://192.168.1.1/vlc-shares/onlinelibrary/addrtmp). The params you need to set here are the same you have to use usually with rtmpdump. I forward you to read the rtmpdump documentation for information about the params.

    Not every type of stream require all params. For example for the Cielo stream, only RTMP URL is required and the is-live flag enabled. Other stream type could require more “love”: for example, hulu streams require lot of params and some of them must be generated on the fly (hulu is unsupported by rtmpdump right now, it’s just an example).

    There are a lot of program for RTMP stream url grabbing. For example: http://stream-recorder.com/forum/showthread.php?t=4148.

    Stream-recorder.com forum has a lot of documentation and tips. Give a look to it

    in reply to: Why some veetle links don’t work ? #28993
    zany130
    Participant

    Only low quality links are supported. Other links require the veetle plugin for the browser, so no support for them. You can see if a link has a low quality stream in the veetle page, looking the HD/SD button.

    in reply to: Plugin: IceFilms.info #28774
    zany130
    Participant

    I don’t think this can be fixed inside vlc-shares because this problem isn’t related with vlc-shares itself. Anyway i’ll try investigating more, but i don’t think there never be a vlc-shares solution for this problem.

    in reply to: video audio synch problems #28941
    zany130
    Participant

    @tussinhead wrote:

    this could be a problem with my server not being able to transcode the video on the fly

    Try to append “,audio-sync” inside the transcoding profile you use.

    For example, if you use HQ profile (the default one for wiimc streaming), change the vlc-arg from

    transcode{venc=ffmpeg,vcodec=mp2v,vb=4000,scale=.5,width=640,fps=25,acodec=a52,ab=384,channels=6,samplerate=48000,soverlay}

    to

    transcode{venc=ffmpeg,vcodec=mp2v,vb=4000,scale=.5,width=640,fps=25,acodec=a52,ab=384,channels=6,samplerate=48000,soverlay,audio-sync}

    let me know if this work please

    in reply to: Stream live feeds from URL through VLC? #28899
    zany130
    Participant

    Rtmpdump support is ready and will be available for the next vlc-shares version on linux and windows…

    in reply to: Stream live feeds from URL through VLC? #28898
    zany130
    Participant

    @Fred-Bear wrote:

    OK guys… You all are talking over my head… When you say “windows shell”… rtmpdump is not a recognized command… Are you using a third party application? jhb50… where and how are you entering that command line?

    Sorry for my ignorance….

    Thanks in advance…

    You have to download rtmpdump.

    Anyway: i’ve already made changes inside vlc-shares trunk to add support for rtmpdump. I’ve also done a partial implementation of Hulu as hoster. Unfortunately hulu servers use the new rtmpe handshake type 9 that is unsupported by rtmpdump yet. When rtmpdump team will add the new handshake, vlc-shares will gain a full featured hulu plugin.

    For reference: http://stream-recorder.com/forum/rtmpdump-does-not-start-error-handshake-type-t8603p2.html

    in reply to: Stream live feeds from URL through VLC? #28894
    zany130
    Participant

    No results?

    in reply to: Stream live feeds from URL through VLC? #28889
    zany130
    Participant

    Maybe i’m wrong. It could be done in windows too. Just need to try

    Try this in windows shell:

    PATHRTMPDUMPrtmpdump -v -r rtmp://cp86825.live.edgefcs.net/live/cielo_std@17630 -q | PATHVLCvlc -

    (replace PATHRTMPDUMP and PATHVLC with the correct path).

    If it works i can try to include support for rtmp in vlc-shares

    in reply to: Stream live feeds from URL through VLC? #28893
    zany130
    Participant

    None of both. Simply to use vlc to stream rtmp i use rtpmdump the following command:


    rtmpdump STREAM_PARAMS -o - | vlc - TRANSCODING_PARAMS OUTPUT_PARAMS

    and i don’t think that this can be done in windows env (the – char in rtmpdump and vlc means standard output, so vlc uses as source the output of rtmpdump directly)

    Anyway i found some commit in vlc trunk code about integrating rtmpdump in vlc but i don’t know the current status of the merge or if it is available in the current version of vlc. When it will be available, vlc-shares will include rtmp support.

    in reply to: Stream live feeds from URL through VLC? #28890
    zany130
    Participant

    It can only on linux, so i never commit the patch for vlc-shares, keeping cross platform compatibility

    in reply to: Online streaming – Dailymotion #28863
    zany130
    Participant

    DailyMotion will be available through vlc-shares in the next version

    zany130
    Participant

    Coming soon…

Viewing 15 posts - 181 through 195 (of 380 total)

Login

Lost Password