Re: [Live-devel] MP3FileSource

2009-07-15 Thread Ross Finlayson
My application creates a FramedSource from an MPEG-1, Layer 3 (.mp3) audio file and feeds it to an input of MPEG2TransportStreamFromESSource like this: ByteStreamFileSource* audioFileSource = ByteStreamFileSource::createNew(*env, filename); FramedSource* audioES = audioFileSource; MPEG1or2Au

[Live-devel] MP3FileSource

2009-07-15 Thread Michael Russell
My application creates a FramedSource from an MPEG-1, Layer 3 (.mp3) audio file and feeds it to an input of MPEG2TransportStreamFromESSource like this: ByteStreamFileSource* audioFileSource = ByteStreamFileSource::createNew(*env, filename); FramedSource* audioES = audioFileSource; MPEG1or2Au