Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Playlist without black between files

Status
Not open for further replies.

19722003

Programmer
Feb 17, 2003
1
RO

Hello, I am a beginner with DirectShow and please somebody give me a solution to make a playlist and play the files (wich have the some codec and compression) without pause (or black between files from list).

Thanks for your time

JTS
 
That's generally an issue of preloading the data from the file into memory before its playtime actually starts, then start streaming from that buffer. How simple this is to accomplish with DirectShow, I'm afraid I don't know. I use more D3D than anything. If you know the API and the theory, things fall into place (right? [lol])

Sorry I couldn't be more help. ----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top