由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - MP4/RTP support in JMF
相关主题
JMF支持DIVX吗?Ask a question
.wma 文件播放求教请教BufferedImage中的setColor问题。
webcam Java programming怎么能够减少image上的锯齿?
JMF Installatin Problem关于颜色的改变
LIGHTWEIGHT_RENDERER in all-java JMF.如何在TextArea里面画位图
JMF and AVIRe: What is wrapper class? Thx.
请问能否用JAVA获取视频中某一帧的编号help! BufferedImage
有什么video encoding/decoding library啊how to multicast objects to clients in java?
相关话题的讨论汇总
话题: mp4话题: rtp话题: jmf话题: ffmpeg话题: fobs4jmf
进入Java版参与讨论
1 (共1页)
g****i
发帖数: 301
1
请教一个问题.谢谢.
我正在用Java JMF 做一个streaming server, 可是,jmf很长时间没有更新了,没有支
持mp4, h264。请问如何加入mp4, h264。谢谢。
其实别人问了一样的问题,可是没有好的回答阿。谢谢。
https://forums.oracle.com/forums/thread.jspa?threadID=1276953&tstart=330
Hi All,
I want to add support in jmf to stream RTP streams for MP4 files. For this i
used Fobs4Jmf to read mp4 files from the local system. As fobs4jmf only
read MP4 file from local system and render it on jmstudio, but not able to
create MP4V/RTP and MP4A/RTP, therefore i tried writing my own packetiser
for MP4 files. But then i realised fobs4jmf uses FFMPEG_VIDEO codec to read
all videos and FFMPEG_AUDIO codec to read all audios. FFMPEG_VIDEO converts
all video types MP4,mpeg etc to RGB format and FFMPEG_Audio converts all
audio types to LINEAR format. Now i want to send this data in MP4/RTP packet
but have no idea how to convert RGB in MP4V and Linear into MP4A.
I think i am missing something. Or i am doing it all together wrong.
My ultimate aim is to stream videos to mobile using RTSP. I have written my
RTSP server but for that i need RTP streams.
Is there any other way to stream RTP streams to mobile from jmf.
Kindly help me i am totally stuck.
s******e
发帖数: 493
2
I am not sure why you wanna write your own streaming server. For live server
, wowza can be a good choice. It supports both rtsp and rtmp protocol, even
the live conversion between two. The only problem is that it is commercial.
I think it is about $500 per licence.
if you really want to write your own server, take a look at xuggler, it is a
wrapper on top of ffmpeg.
About RGB format, I could not follow you. I think that is a pixel type
format like yuv, it is kind of independent of video format or codec. Maybe I
get you wrong.
1 (共1页)
进入Java版参与讨论
相关主题
how to multicast objects to clients in java?LIGHTWEIGHT_RENDERER in all-java JMF.
pdf -> txtJMF and AVI
JavaOne请问能否用JAVA获取视频中某一帧的编号
Help: J2EE beginner Deploy problem有什么video encoding/decoding library啊
JMF支持DIVX吗?Ask a question
.wma 文件播放求教请教BufferedImage中的setColor问题。
webcam Java programming怎么能够减少image上的锯齿?
JMF Installatin Problem关于颜色的改变
相关话题的讨论汇总
话题: mp4话题: rtp话题: jmf话题: ffmpeg话题: fobs4jmf