Jump to content


Photo

MoviePlayer on Jade3 E1 on DM500

DM500

  • Please log in to reply
124 replies to this topic

Re: MoviePlayer on Jade3 E1 on DM500 #41 wahidbel

  • Senior Member
  • 172 posts

+1
Neutral

Posted 6 August 2009 - 08:42

i rebuild pli-jade3
i removed 3 files : movieplayer.so and movieplayer.cfg and movieplayer.xml
and i replaced them by the files of pli-jade2
the result is the same : not work

Re: MoviePlayer on Jade3 E1 on DM500 #42 ubonaus

  • Senior Member
  • 59 posts

0
Neutral

Posted 6 August 2009 - 09:10

any other ideas?

Re: MoviePlayer on Jade3 E1 on DM500 #43 wahidbel

  • Senior Member
  • 172 posts

+1
Neutral

Posted 6 August 2009 - 13:29

finally there are 2 options
1 - use pli jade2 to use movieplayer
2 - use pli jade3 and covert divx movies to mpeg2 by the program tmpgenc to watch them using file mode

Re: MoviePlayer on Jade3 E1 on DM500 #44 memocan

  • Member
  • 7 posts

0
Neutral

Posted 23 August 2009 - 20:41

I 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 #45 dAF2000

  • PLi® Ex-Leden
  • 14,151 posts

+52
Good

Posted 23 August 2009 - 20:49

I 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.

Thank you. I've added it to ticket 42: http://openpli.pli-i...s.org/ticket/42

Re: MoviePlayer on Jade3 E1 on DM500 #46 sarin

  • Member
  • 8 posts

0
Neutral

Posted 24 August 2009 - 02:35

Very good news. Thanks

Re: MoviePlayer on Jade3 E1 on DM500 #47 igbt

  • Member
  • 45 posts

0
Neutral

Posted 25 August 2009 - 10:47

I checked openpli .....
and re-compile enigma.
and it starts to work.
This way that i found to solve problem .

Thanks.

Thank you very math !!!!
Please upload the fixed image or movieplaeyr (better)

Re: MoviePlayer on Jade3 E1 on DM500 #48 satstarter

  • Member
  • 28 posts

0
Neutral

Posted 28 August 2009 - 18:18

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 ?

Re: MoviePlayer on Jade3 E1 on DM500 #49 hemispherical1

  • Senior Member
  • 1,596 posts

+49
Good

Posted 28 August 2009 - 18:47

I also recompiled Open-PLi's enigma w/ the change noted above and it made no difference here either... Movieplayerstill wasn't working on 500-s...



--
hemi

Re: MoviePlayer on Jade3 E1 on DM500 #50 satstarter

  • Member
  • 28 posts

0
Neutral

Posted 28 August 2009 - 18:57

i'm also a little confused because
what i understand was that the pli devolpers nothing changed on movieplayer
whit the last update so i think then it has something to do with another
modification in source from image ??

only question is what

Re: MoviePlayer on Jade3 E1 on DM500 #51 hemispherical1

  • Senior Member
  • 1,596 posts

+49
Good

Posted 29 August 2009 - 01:38

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

Re: MoviePlayer on Jade3 E1 on DM500 #52 memocan

  • Member
  • 7 posts

0
Neutral

Posted 29 August 2009 - 22:38

Yes guys, you re right, I faced same problem again. I'm sorry about my useless information.

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 memocan

  • Member
  • 7 posts

0
Neutral

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 memocan

  • Member
  • 7 posts

0
Neutral

Posted 29 August 2009 - 22:48

I checked openpli .....
and re-compile enigma.
and it starts to work.
This way that i found to solve problem .

Thanks.

Thank you very math !!!!
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 memocan

  • Member
  • 7 posts

0
Neutral

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 satstarter

  • Member
  • 28 posts

0
Neutral

Posted 30 August 2009 - 09:13

I'm looking for solution to so i hope we find it ;)

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 dAF2000

  • PLi® Ex-Leden
  • 14,151 posts

+52
Good

Posted 30 August 2009 - 12:57

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.
Many answers to your question can be found in our wiki: http://openpli.org/wiki

Re: MoviePlayer on Jade3 E1 on DM500 #58 dAF2000

  • PLi® Ex-Leden
  • 14,151 posts

+52
Good

Posted 30 August 2009 - 13:30

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.

Done. See revision 5.
Many answers to your question can be found in our wiki: http://openpli.org/wiki

Re: MoviePlayer on Jade3 E1 on DM500 #59 satstarter

  • Member
  • 28 posts

0
Neutral

Posted 30 August 2009 - 17:38

Thanx i wil try it out

Re: MoviePlayer on Jade3 E1 on DM500 #60 satstarter

  • Member
  • 28 posts

0
Neutral

Posted 30 August 2009 - 18:54

no luck i made a make checkout
then i rm .enigma
make .enigma
./build-image
instead of open-pli-dm500-20090830-2 i have now open-pli-dm500-20090830-5
so its revision5

but now movieplayer dont even start i get nothing now



Also tagged with one or more of these keywords: DM500

4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users