No, I think we have a misunderstanding. The trick scale parameter is read correctly, and if I change it, it does perform the FFing and REWing faster, but still displays a freezed frame while FFing/REWing.
Which Aminet model do you have? Can you also check the build and version, please?
Where did I go to school? What does this have to do with the problem at hand?
Yes, while FF/REW-ing, i only see the last freezed frame. I much doubt that the problem lies in the bandwidth, because I'm testing the product on a gigabit connection.
OK, interesting thing: When I try to FF/REW, the video actually _does_ FF/REW itself, but while it is FFing/REWing, I only see a freezed frame. If I didn't make sense, lemme try to explain: I am on the 60th second of the video, and decide to FF at 2x for 10 seconds. For these 10 seconds, all I see i...
Hello. Does Live555's trick play operations work on your Amino STB? Which Amino are you using? Did you use the VLC bundled Live555, or did you try the functionality directly via Live555's sample code? I've been fiddling around with Live555's trick play. When video is playing normally (i.e. 1x speed)...
Yeah... You and me both. :) I've been searching around Live555's code, and noticed that parsing PCR information (Program Clock Reference PID) is already implemented. duration() could be implemented by seeking for the last PCR, while seeking could be implemented by guessing the offset, seeking PCR, a...
Well, I've read some Live555 material, and from what I can see, trick play can be implemented directly in Live555 by implementing some C++ pure virtual functions which (to put it simply) give the server the information on which byte offset the seeked second of the video is located. The problem is th...
OK. I did it. I just followed the same directions again (i don't know why, providence I guess). It works perfectly. I coded the Play() and the Pause() functionality. I tried FFing and REWing out of pure superstition, but it didn't work. :) Is there any news on when the trick play functions will be a...
Yup, that's exactly what I did, and it didn't work. :) I guess I can rule out Amino being misconfigured. The weird thing is -- I followed the directions step by step. I downloaded the latest nighty from trunk, and ran the server with the additional console (mux ts) parameter. You were mentioning som...
I've been trying like crazy to get the VLC working as a RTSP server for Amino110, but it just isn't working for me. Can anyone (Brownstone, perhaps) post detailed instructions? I've tried downloading a nightly and starting the RTSP server, as explained in the URL Brownstone provided few posts back. ...