zany130
Forum Replies Created
-
AuthorPosts
-
zany130Participant
yes
zany130ParticipantYou 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
zany130Participanttweak subtitles plugin’s settings or disable it completely.
zany130ParticipantThe 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/MountWindowsSharesPermanentlyzany130ParticipantI’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) :(.
zany130Participantmms stream works for me in 1.1.3 and still works now (1.1.4)
zany130Participantcheck your Apache configs. maybe you forgot to enable mod rewite and .htacces file parsing.
zany130ParticipantIf someone want to get a demo of vlc-shares’s streaming capabilities for android devices:
zany130ParticipantSure. 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
zany130ParticipantThis 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?
zany130ParticipantI 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.
zany130ParticipantA 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)
zany130ParticipantYou have also to add a line for rewrite rules.
url.rewrite-once = (".*.(js|ico|gif|jpg|png|css)$" => "$0", "" => "/index.php")
zany130ParticipantYou have to write a plugin for it.
zany130Participant403 Forbidden
-
AuthorPosts