Re: MoviePlayer on Jade3 E1 on DM500 #41
Re: MoviePlayer on Jade3 E1 on DM500 #42
Re: MoviePlayer on Jade3 E1 on DM500 #43
Re: MoviePlayer on Jade3 E1 on DM500 #44
Posted 23 August 2009 - 20:41
you had changed sout parameters on line 760
// soutURL += "duplicate{dst=std{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}}";
soutURL += "standard{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}";
i re-changed that settings to normal (back to what i know) like that
soutURL += "duplicate{dst=std{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}}";
//soutURL += "standard{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}";
and re-compile enigma.
and it starts to work.
This way that i found to solve problem .
Thanks.
Re: MoviePlayer on Jade3 E1 on DM500 #45
Posted 23 August 2009 - 20:49
Thank you. I've added it to ticket 42: http://openpli.pli-i...s.org/ticket/42I checked openpli and i found enigma/lib/movieplayer/movieplayer.c++
you had changed sout parameters on line 760
// soutURL += "duplicate{dst=std{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}}";
soutURL += "standard{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}";
i re-changed that settings to normal (back to what i know) like that
soutURL += "duplicate{dst=std{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}}";
//soutURL += "standard{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}";
and re-compile enigma.
and it starts to work.
This way that i found to solve problem .
Thanks.
Re: MoviePlayer on Jade3 E1 on DM500 #46
Re: MoviePlayer on Jade3 E1 on DM500 #47
Re: MoviePlayer on Jade3 E1 on DM500 #48
Posted 28 August 2009 - 18:18
// soutURL += "duplicate{dst=std{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}}";
soutURL += "standard{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}";
i re-changed that settings to normal (back to what i know) like that
soutURL += "duplicate{dst=std{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}}";
//soutURL += "standard{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}";
then i did rm .enigma
then i did make .enigma
then i did ./build-image
stil no good movie or sound start on machine where vlc is located bud not on dm 500
did this in open-pli
any sugestions or is someone more lucky ?
Re: MoviePlayer on Jade3 E1 on DM500 #49
Re: MoviePlayer on Jade3 E1 on DM500 #50
Re: MoviePlayer on Jade3 E1 on DM500 #51
Posted 29 August 2009 - 01:38
--
hemi
Re: MoviePlayer on Jade3 E1 on DM500 #52
Posted 29 August 2009 - 22:38
This time , i had sniff data, and i saw, moviplayer doesn't send sout parameters.
but I saw sout parameters on enigma debug,
And I had install pli2 , and i saw every things are ok, then re - install pli3
first time moviplayer works ok, when i re-start vlc, and it doesnt work again.
so , VLC keep sout parameters before you send it. When vlc restarted , pli3-moviplayer is beginning to useless.
i had check source again ,
and you can see , sout paramaters is sending on line 530.
but these praramters came from eMoviePlayer::sout(eString mrl) function which is on line 653.
I think we have problem with this function.
Take a look line 690 please.
Second problem that i saw,
sout function take some parameters from configuration file, and i didnt see any key's that sout function want , on configuration file.
Re: MoviePlayer on Jade3 E1 on DM500 #53
Posted 29 August 2009 - 22:45
I believe there was a Movieplayer version update between Jade2 & Jade3, but even reverting to the old Movieplayer from Jade 2 on the Jade3 image doesn't work. The new Movieplayer seems to work on all the other images besides 500(non-plus) so it's probably reasonable to suspect it is something else in the image besides the actual Movieplayer itself...
--
hemi
They had same changes on , moviplayer library that i found.
Re: MoviePlayer on Jade3 E1 on DM500 #54
Posted 29 August 2009 - 22:48
Thank you very math !!!!I checked openpli .....
and re-compile enigma.
and it starts to work.
This way that i found to solve problem .
Thanks.
Please upload the fixed image or movieplaeyr (better)
This is not for movipleayer user-interface plugin, and also it didnt fix the problem now.
The problem is on enigma movieplayer library.
Re: MoviePlayer on Jade3 E1 on DM500 #55
Posted 29 August 2009 - 22:50
i have made this change
// soutURL += "duplicate{dst=std{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}}";
soutURL += "standard{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}";
i re-changed that settings to normal (back to what i know) like that
soutURL += "duplicate{dst=std{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}}";
//soutURL += "standard{access=http,mux=ts,dst=:" + server.streamingPort + "/dboxstream}";
then i did rm .enigma
then i did make .enigma
then i did ./build-image
stil no good movie or sound start on machine where vlc is located bud not on dm 500
did this in open-pli
any sugestions or is someone more lucky ?
My chance is , i didnt restart my vlc that time, when i restarted it, problems came back
Im working on it, i will found a solution ASAP.
Re: MoviePlayer on Jade3 E1 on DM500 #56
Posted 30 August 2009 - 09:13
Yes guys, you re right, I faced same problem again. I'm sorry about my useless information.
at least your trying thanx
Im working on it, i will found a solution ASAP.
thanx again
i keep also searching to find solution
ps : but my skills aren't that good
Re: MoviePlayer on Jade3 E1 on DM500 #57
Posted 30 August 2009 - 12:57
Re: MoviePlayer on Jade3 E1 on DM500 #58
Posted 30 August 2009 - 13:30
Done. See revision 5.I've set ticket 42 (http://openpli.pli-i...s.org/ticket/42) back to "new" and suggest to revert PLi rev6438. This change was made just between Jade2 and Jade3. The changes are about the plugin and the Enigma movieplayer. I will try to revert these changes and commit them to OpenPLi again.
Re: MoviePlayer on Jade3 E1 on DM500 #59
Re: MoviePlayer on Jade3 E1 on DM500 #60
Also tagged with one or more of these keywords: DM500
Canal digitaal probleem met kaart heractivatieStarted by Lutz, 7 Jun 2014 dm500, et9000 |
|
|||
HDD problems DM500HD!Started by Elgreco, 4 Nov 2013 DM500, HDD |
|
|||
E1 build failsStarted by pr.malek, 16 Oct 2013 build, enigma1, dm500 |
|
|||
DM500 build CDK libtool errorStarted by xalanaseon, 14 Mar 2013 DM500, CDK, LIBTOOL, ACLOCAL.M4 |
|
|||
DM500 is not workingStarted by wonder4, 12 Mar 2013 dm500 |
|
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users