zany130
Forum Replies Created
-
AuthorPosts
-
October 20, 2010 at 8:02 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26388zany130Participant
It’s not easy solve break-line problem. Browser has its own rules for this. CSS gives me 3 way: no-line-break at all, breaks line in the language-way (generally on white-space) or breaks line breaking word, too. The first breaks the layout, the second is the one used now (but if line isn’t a normal text-line, this can have side effect as happens for you) and the third… well, it breaks the word…..:
A better solution requires layout changes, but i haven’t much time for this now
October 19, 2010 at 10:27 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26386zany130Participant@SilentException wrote:
One question, I saw you disabled parsing of update.sqlite.sql. Is that just for testing? Should I enable it?
No. Leave it disabled or you will get error while installing vlc-shares.
update.sqlite.sql is planned to be a script for update database from 0.5 to 0.5.1 without lose configurations and megavideo links. It will be used from the automatic updater script.
Anyway your transcoding profile for android phone is really great!
October 19, 2010 at 8:01 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26384zany130Participant@SilentException wrote:
There are few unresolved issues. Sorry, I don’t want to repeat, but I like to keep testig results in one place and report when they are fixed 😉
* seems that the table cannot split text by dots (.), so the width of the table is good (width of the screen) but the text breaks out if it’s too big. It does split on “-” character tho.
|Weeds.S06E07.Pinwheels.and.Wh|irligigs.HDTV.XviD-
|FQM |If you can, try the fix in trunk for this issue. If it is unresolved, send me a screenshot
October 19, 2010 at 6:46 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26383zany130ParticipantThanks for your support. I will add your android profile in vlc-shares trunk.
October 12, 2010 at 6:38 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26381zany130Participant@skoopman wrote:
I don’t know. Maybe you can tweak transcode profiles or check in vlc configs for hardware acceleration. Do you use the same version in windows and linux?
Another question: when using ubuntu, the source file is on a ntfs partition?Yes the same version and yes ntfs partition. The ntfs partition could be the problem here.
Yes, it could be a problem. Try moving the file in a ext3/ext4 partition (or any kind of native linux partition). Ntfs is a bit slower than native partitions.
Another bottleneck could be the hardware accelleration: linux video drivers aren’t so optimized as for windows (there are a lot of possibility here, but this is out of scope of vlc-shares. For vlc related problems you must try to ask to vlc support team)
October 11, 2010 at 7:27 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26379zany130ParticipantI think that the playlist feature is disabled in online media tab (i’m not sure).
About vlc-remote. Maybe you can control vlc with it after you start the stream, but you need a little advanced tweak in vlc-startup params. If you want to try, go inside vlc-shares configuration page, check “advanced config” checkbox. Than, put those configs in vlc-configuration section:
- VLC Web command: http://127.0.0.1:{%port%}/requests/status.xml{%command%}
- VLC web host address: 0.0.0.0
- VLC web port: 8080
Those are tips. I didn’t tried it, so i can’t ensure that it will work.
October 10, 2010 at 5:47 pm in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26377zany130Participant@skoopman wrote:
@ximarx wrote:
Try updating vlc to 1.1.4. If you want to transcode HD (1080p or 720p) files, you must have a proper hardware for that…
Anyway, for db-readonly related errors: open a terminal. Go to your vlc-shares directory and type:
sudo chmod a+rwx -R data/ && sudo chown -R www-data:www-data data/
I already said that the transcoding on windows 7 is better than on ubuntu, it has nothing to do with my hardware. Are there some tweaks for the VLC Params?
I don’t know. Maybe you can tweak transcode profiles or check in vlc configs for hardware acceleration. Do you use the same version in windows and linux?
Another question: when using ubuntu, the source file is on a ntfs partition?October 10, 2010 at 2:34 pm in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26375zany130ParticipantTry updating vlc to 1.1.4. If you want to transcode HD (1080p or 720p) files, you must have a proper hardware for that…
Anyway, for db-readonly related errors: open a terminal. Go to your vlc-shares directory and type:
sudo chmod a+rwx -R data/ && sudo chown -R www-data:www-data data/
October 10, 2010 at 11:41 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26373zany130ParticipantWhich version of vlc-shares are you installing? Which OS? If windows, installer version or simple-package? Which tutorial?
I need more info
zany130ParticipantI have the same issue with a pal, 576i wide lcd tv (set to 16:9)
October 7, 2010 at 6:41 pm in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26371zany130Participant@piripocchio8 wrote:
Infatti li vedo solo in riproduzione diretta. I video in locale con transcodifica non partono. Credo che la cosa dipenda dalla questione della ricodifica dell’audio. Reputo che la scelta del profilo più appropriato sia il mio problema. L’helper mediainfo mi sa che mi manca. Non posso fare in modo che il profilo scelto da vlc-shares sia sempre senza codifica dell’audio? Inoltre, cosa intendi per configurati oltre che attivi in riferimento agli helpers?
Per impostare sempre la transcodifica senza transcodifica audio è sufficiente che modifichi il profilo di default usando l’interfaccia di management del plugin Profiles. Ribadisco pero che il trucco della transcodifica senza audio ricodificato funziona solo se la tua versione di vlc è superiore alla 1.1.3 (credo). Se hai una versione più vecchia puoi anche scomodare tutti i santi del paradiso, ma non otterrai una transcodifica funzionante al 100%. Otterrai sempre o niente audio o niente video o cattivo audio/video o assolutamente nulla.
Per “configurati” intendo che devi aver indicato la path all’eseguibile corretta per l’helper nella pagina di configurazione di vlc-shares. Per l’helper ffmpeg devi inserire il percorso al file eseguibile di ffmpeg e per mediainfo quello all’eseguibile di mediainfo.
Intendi dire che la personalizzazione del log non era possibile nella beta e nella nuova versione hai “corretto” il problema? Perchè il percorso ed il nome del file li ho già impostati ma niente.
Era gia possibile e funzionante la possibilità di impostare la path del file di log, solo che nella beta1 la label e la descrizione del campo nell’interfaccia di configurazione di vlc erano errate. Se installi la 0.5 stabile invece ora appaiono normalmente.
Può darsi, ma mi sembra strano perchè il contesto SELinux non l’ho modificato, ma impostando +rx per /home/mioutente/ la visualizzazione delle sottodirectory è possibile altrimenti no. La questione potrebbe fare capo alle limitazioni imposte da sqlite?
No, sqlite non ha nulla a che fare con quel problema. Credo sia allora solo un problema di permessi. Se la tua directory padre non era +x non potevi sfogliarla.
Mi prendo volentieri questo impegno, metto giù qualcosa. Te la mando in pv o la posto direttamente. P.S. Ho bisogno di una settimana però perché ora sono lontano da casa, quindi …
Ti ringrazio dell’aiuto. Comunque non preoccuparti, nessuna scadenza e nessun impegno. Se vuoi e puoi sai sempre dove trovarmi.
October 7, 2010 at 10:01 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26369zany130ParticipantTime has come…
VLCShares 0.5 is ready.
Below the complete changelog:
*** 0.5 (07/10/2010) ***
– plugin system has been rewritten
– new stream options selection mode
– new seek controls (you can input position or shift time)
– megavideo plugin management has been improved
– new bookmarklets features for megavideo plugin
– configuration moved to db (located in /data/db/vlc-shares.db)
– All work out of box. Only vlc path must be selected
– Vlc_Commander_Rc has been flagged as deprecated and nc.exe removed from the package
– Removed old deprecated plugins
– Added layout support
– Added new manage interface
– Stabilized lvl 2 api:
* new api for news
* new api for alert
* new api for stats
* new api for quick actions
* new api for plugin management
– Blueprint css framework included in dev tree
– Jquery/Jquery ui/lightbox included in dev tree
– Added 2 soc plugins for expose how to use new lvl 2 apis (CoreStats and WidgetDevAlert)
– Configs interface has been added
– Plugins management is available through interface
– Bugfix to megavideo plugin
– FileSystem plugin has a management interface
– mediainfo and ffmpeg helper for stream analysis (embedded subs. auto profiles selection) implemented
– Added configs for helpers
– New plugin for videos in DBForever.net (in Italian)
– New plugin for videos in AnimeLand.it (in Italian)
– New plugin for south park episodies in AllSP.com (in English)
– New manage interface for Profiles plugin
– Added new plugin for NarutoGet.com
– Installation script added
– Added plugin for site opfitalia.net
– Added installer script for windowsYou can download vlc-shares 0.5 from the project site: http://code.google.com/p/vlc-shares/
(there is a special version for Windows users that includes VLCShares+EasyPHP (without Mysql) in a unified installer)Installation instructions and configuration tips can be found in the project wiki: http://code.google.com/p/vlc-shares/wiki/Home?tm=6
A reference guide for plugin’s APIs is available at http://code.google.com/p/vlc-shares/wiki/PluginsAPI
A video tutorial for the use of new Megavideo Bookmarklets feature is available at http://www.youtube.com/watch?v=GycWEv7cWLk
October 6, 2010 at 1:07 pm in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26368zany130Participant* Do I still need to have at least two folders shared? Even for latest unreleased revisions of WiiMC?
VLCShares 0.5 has a plugin that automatically workaround that bug if Wiimc version is <= 1.0.9. So, you can also have only 1 shared folder. If your wiimc version is 1.0.9 or below, the plugin will fix the problem automatically. If your version is 1.0.9+ i think that the bug has been fixed (i read a commit in svn trunk of wiimc for that).
* Also I have a question about settings database file upgrade (vlc-shares.db). I’ve noticed that you change db with almost every commit. Do I need to update with your file and set everything up again and again or can I just continue using my current db and it will be updated accordingly?
If vlcshares.db has been changed, the new version is needed. Anyway there is a hidden feature: if you create a file named update.sqlite.sql in the /scripts/ folder with your configs or tables data, this file will be automatically executed. So, if you want to restore your config after each update, you have only to create an sql script. I use this way to restore my megavideo library each time a do an update.
* When browsing shares on a computer monitor (wide) the background is not stretched but it tiles (the break is highly visible)
The mobile interface is dedicated for mobile devices, not for pc browser. Waiting for a dedicated renderer for browser, i use mobile renderer in forced mode for browser rendering. So, it’s normal that the interface doesn’t fit the browser well.
p_mobilerenderer_managetitle text breaks out of the frame in management area. I guess thats because you haven’t set a name yet.
I forgot to add the translation string in the english file.
Fast action “Share new folder” still doesn’t work
I will remove it from 0.5 stable and re-add it for 0.5.1.
October 6, 2010 at 6:47 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26366zany130Participant@SilentException wrote:
*the quality is still not good (especially audio)
I’ve done some tests, but i can’t have vlc to work transcoding to h264/aac for better quality on mobile devices. My pc has not much power. But if you want you can improve the profile for mobile device in Profile plugin management interface. You can tweak it for you needs (i found this http://forum.videolan.org/viewtopic.php?f=4&t=58616 and tried
transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320,height=180,acodec=mp4a,ab=64,vb=384}
as vlc args, but my installation of vlc miss proper x264 encoder. Maybe you will have more luck)
@SilentException wrote:
* seems that the table cannot split text by dots (.), so the width of the table is good (width of the screen) but the text breaks out if it’s too big. It does split on “-” character tho.
|Weeds.S06E07.Pinwheels.and.Wh|irligigs.HDTV.XviD-
|FQM |Tnx for the report.
October 5, 2010 at 7:31 am in reply to: Watch Megavideo,HD,Youtube w/ CC through WiiMC (VLCShares) #26364zany130ParticipantNel primo post stavi provando a configurare vlc-shares 0.4.1. Leggendo il file di log di apache, quello che pare essere il problema è che il file public/.htaccess non è leggibile. Francamente non sono pratico delle dinamiche di SELinux. L’unica cosa che posso consigliarti che di verificare che quel file sia leggibile dal web server. Come tentativo (pur rimarcando il fatto che la leggibilita’ di quel file è fondamentale) potresti provare a visualizzare i tuoi file partendo dall’indirizzo: http://localhost/vlc-shares/public/index.php . In questo modo non verra’ utilizzata la mod_rewrite (che necessita .htaccess leggibile) e dovresti poter verificare che il problema sia effettivamente quello. In ogni caso, tenendo anche conto che mi sembri una persona abbastanza “skillata”, ti consiglierei di provare la beta1 della 0.5.
Passiamo al secondo post. Visto che mi parli di OPF e NarutoGet credo che tu sia passato alla 0.5 :P. Ribadisco che nn sono pratico di SELinux. Quello che ti posso dire è che:
il file vlc-shares.db deve essere leggibile e scrivibile dal webserver cosi come la cartella in cui il db è posto (requisito di sqlite a quanto pare). Quindi anche data/db/ devono essere +rwx. Per SELinux, devi chiaramente fare in modo di seguire questa politica.
I file dell’applicazione è sufficiente che siano tutti LEGGIBILI, ma non scrivibili. Come per la versione 0.4.1, anche nella 0.5 il file public/.htaccess è fondamentale che sia leggibile.
Le cartelle condivise devono essere leggibili dal webserver per essere visualizzabili. Chiaramente ti consiglierei di verificare sia i permessi che SELinux. Probabilmente il problema è quello. Mi dispiace di non poterti fornire maggiori informazioni su questo.I video dei canali di OPF e NarutoGet ecc ecc sono quasi tutti codificati in H264/AAC. Questo significa che la transcodifica non è possibile se utilizzi una versione di VLC precedente alla 1.1.4, e anche nel caso che tu abbia la 1.1.4 devi utilizzare un profilo di transcodifica particolare che eviti la ricodifica dell’audio. Vlc-shares fornisce un sistema per identificare questi file e scegliere il profilo piu appropriato ma per funzionare è necessario che siano configurati e attivi gli helpers mediainfo e ffmpeg (per i video online, ffmpeg). Non ho idea di quale versione di vlc tu stia usando, ma se per caso è una versione inferiore alle 1.1.4 probabilmente il problema è quello. In ogni caso la riproduzione diretta non va male.
Per il punto 2: il file di log viene scritto di default in sys_tmp_dir/vlcShares.debug.log. Su ubuntu sys_tmp_dir è /tmp/, francamente nn ho idea di dove sia su fedora anche se posso supporre sia uguale. Chiaramente se nelle configurazioni specifichi un percorso differente, devi cercare li (mi sono accorto che la label e la descrizione per il path del log sono sbagliate. In ogni caso il campo è quello visualizzato in modalita’ avanzata, sotto il livello di dettaglio del debug (la textbox serve per il percorso e il nome del file)
Per il punto 3: un plugin per registrazione e autenticazione è pianificato per le prossime minor release della 0.5. Credo che gia per la 0.5.1 dovrebbe essere pronto, ma nn posso dare certezze. Se hai necessità di limitare l’accesso dovrebbero essere comunque valide le normali dinamiche di autenticazione http. Basta aggiungere all’indirizzo le crendenziali (http://username:password@localhost/vlc-shares/public/) e impostare il file di configurazione di apache in modo da richiedere una autenticazione http su tutta la location.Francamente la necessità che anche le anchestor directory della cartella specificata siano rw mi suona nuova. Credo che sia ancora una volta un problema legato alle policy di SELinux.
Se riesci a venire a capo dei problemi con SELinux e ti va di aiutare questo progetto, ti dispiacerebbe realizzare una piccola guida di configurazioni per fedora? (l’aggiungerei nel wiki del progetto nel caso altri utenti riscontrino i tuoi stessi problemi)
-
AuthorPosts