zany130

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 380 total)
  • Author
    Posts
  • in reply to: VLCShares 0.5.3 #28603
    zany130
    Participant

    yes

    in reply to: VLCShares 0.5.3 #28601
    zany130
    Participant

    You must set full path, with the filename too, not the dirname only. If you have other problems create an issue in the project tracker attaching a complete debug log of vlc-shares

    in reply to: Turn off imbeded subs ? #28812
    zany130
    Participant

    tweak subtitles plugin’s settings or disable it completely.

    in reply to: Ubuntu 10.10 unable to add SMB share #28810
    zany130
    Participant

    The faster way to do this is mount NAS shares as folders in ubuntu and then add that folder in vlc-shares.

    Something like this should work:


    mkdir /mnt/NAS
    chmod -R 777 /mnt/NAS
    mount //NAS_IP_ADDRESS/NAS_SHARE_NAME /mnt/NAS -t smbfs -o username=USERNAME,password=PASSWORD -o gid=users,dmask=777,fmask=777

    Obviously you have to replace:

    • NAS_IP_ADDRESS with the IP address of your NAS
    • NAS_SHARE_NAME with the share name
    • USERNAME with the username
    • PASSWORD with the password

    After that try to add /mnt/NAS inside shared folders of vlc-shares

    PS: remember that you have to remount shares after every reboot. If you want to do it automatically and with more documentation:
    https://help.ubuntu.com/community/MountWindowsSharesPermanently

    in reply to: asx playlist support #28573
    zany130
    Participant

    I’ve tried yours mms streams. None of them work (even is MediaPlayer, VLC and anything else). I can’t write here my mms links because they are generated on the fly. You have to use DirettaRai plugin for vlc-shares if you want to try them (but it works only in Italy) :(.

    in reply to: asx playlist support #28571
    zany130
    Participant

    mms stream works for me in 1.1.3 and still works now (1.1.4)

    in reply to: Problems installing #28788
    zany130
    Participant

    check your Apache configs. maybe you forgot to enable mod rewite and .htacces file parsing.

    in reply to: VLCShares 0.5.3 #28599
    zany130
    Participant

    If someone want to get a demo of vlc-shares’s streaming capabilities for android devices:

    http://www.youtube.com/watch?v=P2SBEVw1Ku4

    in reply to: VLCShares 0.5.3 #28598
    zany130
    Participant

    Sure. I tried to create a sopcast plugin, but unfortunately the sopcast windows client haven’t a cli interface so i can’t change channels from vlc-shares. Using the linux client instead this is possible. So I stop development of this until I find a way to do it for windows too

    in reply to: asx playlist support #28568
    zany130
    Participant

    This is the format of the asx playlist.



    Live Rainews24
    RaiNet
    RAI - Radiotelevisione Italiana


    Anyway, if you try to watch the mms stream you will get error because that stream link is generated on the fly and expires soon (and it works for italian users only). If you live in italy, you can try the direttarai plugin for vlc-shares. It uses mms stream.

    Edit: looking @ the playlist you posted in the first post: there is a space between the href and the = char. Are you sure that spaces are allowed?

    in reply to: No VLC instance #28704
    zany130
    Participant

    I haven’t traced this error yet (i can’t reproduce it yet). Anyway the vlc spawn command is in Configs page (show advanced settings). You can fix it from there. By default should be no “” in it,

    The default string:

    --play-and-exit {%source%} --sout="#{%profile%}:{%output%}" --sout-keep {%subtitles%} {%audio%} {%filters%}

    i don’t know why you have it. (there is a similar bug report for the same issue in the project tracker). I will try to investigate for this problem, but the first step is to reproduce it.

    https://code.google.com/p/vlc-shares/issues/detail?id=15

    in reply to: No VLC instance #28702
    zany130
    Participant

    A good start could be to remove the lots of in the vlc args before the transcode arg. I don’t know why you can’t get the –daemon Mode to work. Maybe the path to the pid file is not writable by www-data user. Try to spawn vlc as www-data user with the same args used by vlc-shares from the console manually (maybe adding a -vvv) and see what happens.

    If you just remove the daemon arg the pid file will not created and vlc-shares will not recognized the spawned process (and will log no-vlc-instance)

    in reply to: quick howto for lighttpd #28701
    zany130
    Participant

    You have also to add a line for rewrite rules.

    url.rewrite-once = (".*.(js|ico|gif|jpg|png|css)$" => "$0", "" => "/index.php")
    in reply to: Video Capture Device #28699
    zany130
    Participant

    You have to write a plugin for it.

    in reply to: Plugins #28698
    zany130
    Participant

    403 Forbidden

Viewing 15 posts - 226 through 240 (of 380 total)

Login

Lost Password