Jump to content


Photo

exteplayer3 - source code


  • Please log in to reply
21 replies to this topic

Re: exteplayer3 - source code #21 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 27 April 2016 - 09:33

@sss

Tnx, Yes I read your first post, but isn't familiar with the primary source, it is possible it as contains functions which aren't implemented in exteplayr3. It seemed to me that the additional source found me with the open code can be useful to improving of exteplayr3 created by you.

 

The functionalities about which you write were removed by me intentionally.
Fast forward and fast backward not works very well, many things depend on the containers. For example FF and FB can works well on mp4 container were we have indexes of iframes, but there will be problem on TS.
 
In my option it is better to remove at all this functionalities and for media use only SEEK with free jump as it is in IPTVPlayer.
 
About embedded subtitles functionalities: the code which was originally in libeplayer3 not suited to the new architecture where player is run as separate process and need to be re-written.
 
Regards,
SSS


Re: exteplayer3 - source code #22 tecfan69

  • Member
  • 8 posts

0
Neutral

Posted 27 April 2016 - 10:00

 

Just compiled exteplayer3 and serviceapp. All streams play very well but seeking with 1 and 4 on the remote doesn't work. Also fastforward and fastbackward doesn't work. Can somebody confirm that ?

 

Thank you guys for your work.

 

fast-forward, fast-backward is not implemented even in serviceapp. I don't see point of it, maybe if fast-backward worked properly(I guess this could be done only by pushing keyframes to decoder in reverse) then we can add it.

 

seeking is now fixed in serviceapp, I used seek-relative function of exteplayer3 to make relative seeks, which is not precise since we are using pts from last written packet to decoder instead of pts of shown frame as a start point for seeking.

I need to look at it further but probably this is simple fix in exteplayer3.

 

Works very well now. I did use sh4 stbs for a couple of years. Since i use mipsel and gst i had pixeled picture after jumping within a stream. Because of your excelent port of exteplayer3 and serviceapp this problem is gone. In regard to fwd i have never been using it. Perhaps somebody else do so.

 

I really like your ideas and coding in terms of adding more very good options for e2.

 

Thank you guys.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users