Anime FTW question
Home › Forums › Third Party Enhancements › VLC Shares › Anime FTW question
- This topic is empty.
-
AuthorPosts
-
January 31, 2012 at 12:07 pm #23917LinlhutzParticipant
Hi got a guestion can I watch and at the same time download anime from Anime FTW throught VLC ?? and if it is possible can somone tell how to do that thanks again 😉
January 31, 2012 at 12:46 pm #29912zany130Participant@chaltier wrote:
Hi got a guestion can I watch and at the same time download anime from Anime FTW throught VLC ?? and if it is possible can somone tell how to do that thanks again 😉
You can save the transcoded copy of the anime you are watching. If you want to do it, you have to set vlc args for double output. You can change the outputs args for vlc from http://localhost/vlc-shares/outputs
as reference for vlc args: http://www.videolan.org/doc/streaming-howto/en/ch04.html
January 31, 2012 at 10:17 pm #29913LinlhutzParticipantAfter I read that article I got even more dizzy ;/
I doesn’t have knowledge of that sort to do it myself don’t known what to change and also how to put a directory on PC ? to where the video files will be downloaded. Need more help it’s very important to me cuz I am anime fan !!
thanks in advance ximarx but could you tell me more of what to change and how to do it ?
and sorry for my bad understanding of topic ;/
February 1, 2012 at 8:18 am #29914zany130ParticipantOpen the vlc-shares’s “Outputs management interface” (http://192.168.1.1/vlc-shares/outputs) and click on “New mode”
Fill the form:
Label:
WIIMC Stream + STORE
Stream source:
http://{%SERVER_NAME%}:8081/
VLC Argument:
duplicate{dst=std{access=http,mux=ts,dst=:8081},dst=std{access=file,dst=/tmp/stream.ts}
Priority:
0
Aimed Platform:
WiiMC
Note: remember to change the last dst= param of VLC Argument from /tmp/stream.ts to your save path (for example C:/stream.ts or C:/myMovies/stream.ts).
If you are a linux user, you have to be sure that vlc process (under www-data user) can write in the folder you selected.
Then edit the output mode “WIIMC Stream” and change priority from 0 to 1. (This change is mandatory to make WIIMC Stream the default transmission mode for WIIMC)
To use this Output, when you want to watch + store a stream, select the WIIMC Stream + STORE output method as Transmission mode (in the menu with “Start VLC Stream”, “Watch directly”, “Transcode profile”…)
February 1, 2012 at 9:59 am #29915LinlhutzParticipantVLC Argument:
Code: Select all
duplicate{dst=std{access=http,mux=ts,dst=:8081},dst=std{access=file,dst=/E:/animeVLC/stream.ts}Thats mine line in outputs.
But nothing happen, all other lines are exactly how you show me “what to do” all other lines are ok. In WiiMC changing transmision mode to “WIIMC Stream + STORE” but anime only streams normally not saving in my directory at all ;/
maybe got wrong configuration of VLC overall. Cuz in PC site when I’m on dash board and choose anime and watch directly options instead of anime like on WiiMC I got a page with something like that
http://imageshack.us/photo/my-images/850/39934316.jpg/
http://imageshack.us/photo/my-images/856/58032840.jpg/
Still need more help I guess.
February 1, 2012 at 10:04 am #29916zany130ParticipantE:/….
Without the first /
(and you must start VLC Stream)
You can’t watch directly video stream with the browser.
If you only want to save the video without reproduce it, go inside the animeftw configuration page (from the icon in the dashboard) and disable “Proxy feature”. Then you can click on watch directly button and you will download the video
February 1, 2012 at 11:05 am #29917LinlhutzParticipantWell I correct the entry E:animeVLC ….
but whene I start vlc stream I got an error
http://imageshack.us/photo/my-images/543/dsc00191ed.jpg/
and thank you for that proxy trick to save anime directly to PC.
February 1, 2012 at 11:31 am #29918zany130Participantdst=E:/animeVLC/stream.ts
not
dst=/E:/animeVLC/stream.ts
February 1, 2012 at 11:49 am #29919LinlhutzParticipantnow got error
Massage: Source:Unknown
/>Description:Unknown Massage;/ don’t get it …
February 1, 2012 at 11:51 am #29920zany130Participant?
February 3, 2012 at 11:33 am #29921LinlhutzParticipantWell I got two different errors
One
http://imageshack.us/photo/my-images/585/dsc00197tk.jpg/and second
http://imageshack.us/photo/my-images/213/dsc00196br.jpg/depends on what anime I choose I got first or second error when I start VLC stream on WiiMC with transmision mode WiiMC stream + store
and sory for posting reply so late
February 3, 2012 at 1:53 pm #29922zany130Participantdebug log plz
February 6, 2012 at 2:55 pm #29923LinlhutzParticipantsorry but how to do it ? debug log that is. Where to look for it ? From VLC —-> Log Files — > Apache Error ?? is that it ?
February 7, 2012 at 4:05 pm #29924zany130Participanthttps://code.google.com/p/vlc-shares/wiki/PostInstallConfiguration054En#How_to_enable_Debug_log
Enable debug log -> reproduce the error -> go in vlc-share’s test page -> download system report -> check if in the report there are personal info (it shouldn’t, but give a look anyway) -> attach it here
February 13, 2012 at 12:00 pm #29925LinlhutzParticipantHere it is. Sorry for long reply ~~ working 😉
-
AuthorPosts
- The forum ‘VLC Shares’ is closed to new topics and replies.