zany130
Forum Replies Created
-
AuthorPosts
-
zany130Participant
The web is already full of tips about this, you have only to use Google.
zany130ParticipantHow did you do the upgrade 0.5.3 -> 0.5.4?
zany130ParticipantPlayback 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.
zany130ParticipantThere 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
zany130ParticipantOnly 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.
zany130ParticipantI 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.
zany130Participant@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
zany130ParticipantRtmpdump support is ready and will be available for the next vlc-shares version on linux and windows…
zany130Participant@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
zany130ParticipantNo results?
zany130ParticipantMaybe 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
zany130ParticipantNone 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.
zany130ParticipantIt can only on linux, so i never commit the patch for vlc-shares, keeping cross platform compatibility
zany130ParticipantDailyMotion will be available through vlc-shares in the next version
April 12, 2011 at 5:05 pm in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26445zany130ParticipantComing soon…
-
AuthorPosts