When I play a video file in JMStudio, it draws the first frame, but then it waits for something (maybe buffering???) and 2 or 3 seconds later the playback starts.
How do I remove this time of pause?
Thanks.
Pablo López.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok. It is due to the buffering time defined in the ASF header. But I'm writting some code to decode raw WMV9 frames using stand_alone_codec.cpp and I don't know how to fix this buffering time to decrease to 100 ms (it seems to be a default value, 3 seconds aprox.).
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
When I play a video file in JMStudio, it draws the first frame, but then it waits for something (maybe buffering???) and 2 or 3 seconds later the playback starts.
How do I remove this time of pause?
Thanks.
Pablo López.
This just happens with ASF files with WMV9.
Ok. It is due to the buffering time defined in the ASF header. But I'm writting some code to decode raw WMV9 frames using stand_alone_codec.cpp and I don't know how to fix this buffering time to decrease to 100 ms (it seems to be a default value, 3 seconds aprox.).
Thanks.
Ok. Mea culpa. Problem solved, because there wasn't any problem.
Sorry.