JMF. Create new custom streamdatasource
Posted
by Afro Genius
on Stack Overflow
See other posts from Stack Overflow
or by Afro Genius
Published on 2010-05-18T00:24:26Z
Indexed on
2010/05/18
0:30 UTC
Read the original article
Hit count: 298
Hi there. I am looking to create a means of building a DataSource object (and hence a Processor) that gets data from a stream instead of a file, RTP, and so on. I am writing a module for a much larger application that is meant to transparently transcode audio data. Going through the JMF docs only specify how to create a source from file however I need to be able to create a source from a stream within my application.
Any idea where I can start looking?
© Stack Overflow or respective owner