Dear all,
I have finally been able to get H.264 Streaming working with Quicktime, thanks
to Ross' inputs. There was an inherent issue in my implementation which QT was
not able to ignore. While transmitting NALUs, 2 points have to be remembered.
One is to remove the NALU start code and another
i have implemented a streaming server (rtp and
rtcp) and i have sometimes problem with rtcp.
At system start up, sometimes rtcp don´t working
and sometimes it´s working very fine.
i made some statistic for 10 start up phases 2 times are wrong.
I want to debung but i don´t know how.
Before
I don't know everythign about RTP nor JPEG, but since nobody else has offered
an answer...
What's a "normal jpeg image" to you? Many programs put out JFIF images when
they write them to files, so I'd consider JFIFs to be "normal".
Maybe you could crack open the JEPGs that work and the ones tha
Does anyone know if it's possible to change the input of Streaming Media?
Do you mean
- Change the input source for a "MediaSink" (subclass), after you've
already called "startPlaying()"?
To do this, just call "stopPlaying()" on the sink object, then call
"startPlaying()" again with the new
Hello all,
i have implemented a streaming server (rtp and rtcp) and i have sometimes
problem with rtcp.
At system start up, sometimes rtcp don´t working and sometimes it´s working
very fine.
i made some statistic for 10 start up phases 2 times are wrong.
I want to debung but i don´t know how
Hi all,
Does anyone know if it's possible to change the input of Streaming Media? I
have the frame buffer data and i'd encode and then stream these information.
Any ideas, helps, suggestions or links will be enormous appreciated!
Thanks!
Brizio
___
liv
Hi All,
I am having a problem with testMPEG1or2ProgramtoTransportStream. When I ran the
testMPEG1or2ProgramtoTransportStream.exe, the error message was as follow,
Beginning to read...
BasicTaskScheduler::SingleStep():select() fails: No error
And I obtained an out.ts with zero in size. I hav