Hi,i would like to use FOBs in my java ap.The first thing i want to do is read h.264 files and read h.264 rtsp streams.I have tried fobs4jmf-0.4.0-win32-binaries and fobs4jmf_0.4.1_win32,but it seems have many bugs so i can't read files.Does anybody know how should i modify the code(only the code for h.264 in plug-in)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been testing h264 files and my current ffmpeg build segfaults in the av_open_input_stream function I'd recommend you to try the latest ffmpeg cvs snapshot.
Regarding rtsp, Fobs does NOT currently support it.
Cheers,
Jose
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I really need to read h264 files from local and read h264 streams throung rtsp.Could you give me some advices such as where to find the demultiplexer/decoder/encoder in ffmpeg and plug in my java ap?if i successfully done that,i can contribute to FOBS.
I am not good in c/c++,so everytime i try to read sourcecode from vlc player or ffmpeg i just confused.Well,any advices will be helpful.Thanks
By the way,I have been used fobs4jmf-0.4.0-win32-binaries read h264 files successfully.When i reinstall my WinXp,then i can't read h.264 files anymore???I don't know why.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,i would like to use FOBs in my java ap.The first thing i want to do is read h.264 files and read h.264 rtsp streams.I have tried fobs4jmf-0.4.0-win32-binaries and fobs4jmf_0.4.1_win32,but it seems have many bugs so i can't read files.Does anybody know how should i modify the code(only the code for h.264 in plug-in)?
Hi,
I've been testing h264 files and my current ffmpeg build segfaults in the av_open_input_stream function I'd recommend you to try the latest ffmpeg cvs snapshot.
Regarding rtsp, Fobs does NOT currently support it.
Cheers,
Jose
Hi,
I really need to read h264 files from local and read h264 streams throung rtsp.Could you give me some advices such as where to find the demultiplexer/decoder/encoder in ffmpeg and plug in my java ap?if i successfully done that,i can contribute to FOBS.
I am not good in c/c++,so everytime i try to read sourcecode from vlc player or ffmpeg i just confused.Well,any advices will be helpful.Thanks
By the way,I have been used fobs4jmf-0.4.0-win32-binaries read h264 files successfully.When i reinstall my WinXp,then i can't read h.264 files anymore???I don't know why.
Hello nobody,
were you able to read h264 streams through rtsp?
did you write some packetizer/depacketizers?
how were you able to do that?
I think no one sample is in the internet till now, if some-one get a result of transfer h264 via rtp\rstp please write