The setting up is now done inside the startup system, you cannot see it, but it really happens.
Transcoding problem
Re: Transcoding problem #21
Posted 9 March 2014 - 16:35
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Transcoding problem #22
Re: Transcoding problem #23
Posted 9 March 2014 - 16:42
Did you already do "opkg install vuplus-transcoding" after you did a fresh flash AND did you already reboot after that?
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Transcoding problem #24
Re: Transcoding problem #25
Posted 9 March 2014 - 16:45
This, combined with disabling http authentication, has fixed the problems for all other users.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Transcoding problem #26
Re: Transcoding problem #27
Posted 18 March 2014 - 23:36
Hi, I have also problem to stream my channels.
I have no problem at all for about one week ago. But sense I got problem when software update my Vu+ Duo2, I found that it cause of enigma2-plugin-systemplugins-transcodingsetup.
I run opkg list-upgradable and found that there was at least one replacement for transcodingsetup (vuplus-transcoding)
I removed transcodingsetup and now my software update work as it should.
I installed vuplus-transcoding
but I can't not stream my channels no longer :-(
I can get it to work i I use my computer at home connected to lan and use the standard port. But not (from any device) from 8002.
Please help. Or I have to find my old backup made several moth ago.
Re: Transcoding problem #28
Posted 19 March 2014 - 12:39
Streaming and transcoding should be fixed.
The only thing that still doesn't work at the moment is transcoding when you have authentication on the webinterface. This is due to the clumsy way VU has implemented it, we need to find a better and more generic solution for it.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Transcoding problem #29
Posted 19 March 2014 - 14:51
yes i confirm only stream auth doesnt work now.
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>
Re: Transcoding problem #30
Re: Transcoding problem #31
Posted 20 March 2014 - 19:17
Can you try with i.e. wget and look what comes out (if anything)?
Anyway, it's all VU+ it's own stuff...
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Transcoding problem #32
Posted 20 March 2014 - 22:56
When I try, it's save the stream to disk. I abort after about 14MB (52 sec). Then rename to somethin.mpg and play it with VLC. All I get are an blank screen without any audio.
When look at the output from the VLC in the console, this is what I get:
Re: Transcoding problem #33
Posted 20 March 2014 - 23:07
If I do the same thing from port 8001 instead, I got picture and audio. And this are the output from vlc
Re: Transcoding problem #34
Posted 21 March 2014 - 09:25
The transcoding here is not working correctly on hardware/driver level. There's not much we can do.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Transcoding problem #35
Re: Transcoding problem #36
Posted 21 March 2014 - 10:01
You shouldn't fiddle with the settings AT ALL. Don't touch them! It will crash the transcoding engine. No bug reports if you touched any of the settings!
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Transcoding problem #37
Posted 21 March 2014 - 10:06
For me transcoding still works fine with yesterdays image. I didnt fiddle with settings
Edited by Taykun345, 21 March 2014 - 10:09.
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: Transcoding problem #38
Posted 29 March 2014 - 04:10
Vu+ is innocent.The only thing that still doesn't work at the moment is transcoding when you have authentication on the webinterface. This is due to the clumsy way VU has implemented it, we need to find a better and more generic solution for it.
Blame the Twisted devs which simply don't ever fix anything.
I worked around this issue in OpenWebif, see Fix login issues with streaming.
The problem is that the previously used function for determining the client IP "getClientIP()" is basically defined as
def getClientIP(self): return Noneso it does nothing at all but instead always returns "None" ...
Obviously
if request.getClientIP() == "127.0.0.1" and not config.OpenWebif.auth_for_streaming.value:can NOT ever become true while "request.getClientIP()" has a constant value of "None".
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: Transcoding problem #39
Posted 29 March 2014 - 04:24
If you update OpenPLi tomorrow (2014-03-30), the fix should be in and you can finally use transcoded streaming without insanely opening the whole webif without login ...
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: Transcoding problem #40
Posted 29 March 2014 - 05:42
Ter info transcoding on vuduo2 only works when:
1) if vuplus-transcoding is installed (opk install vuplus-trancoding)
2) There is no webif authetinfication.
3) The transcoding-setup.sh which You find into /etc/init.d map is set to 720p
# display size, possible options: 480p/576p/720p, default=480p SIZE="720p"
after You did that change from 480p which is set as default into 720p reboot you're box or just telnet you box and run sh /etc/init.d/transcoding-setup.sh
This third setting might be different on other vu boxes.
Note: I'm using vlc (seems that on mplayer it work's also with 420p). But the problem is not vlc self. An incompatible image size setting is sended with the stream, mplayer somehow recovers this but with a work around. vlc can be maid working with other then 720p when after you started the play and the audio runs with black image You stop and then restart the video stream.
12 user(s) are reading this topic
0 members, 12 guests, 0 anonymous users