码迷,mamicode.com
首页 > 其他好文 > 详细

rtp(h264,ts,ps)流的播放小技巧

时间:2019-07-05 19:15:28      阅读:754      评论:0      收藏:0      [点我收藏+]

标签:protoc   net   detail   aop   lis   format   csdn   h264   form   

使用ffmpeg以下指令,即可分析出sdp

ffmpeg -re -i test.264 -f rtp rtp://127.0.0.1:20001>test.sdp

ffmpeg -re -i test.ts -f rtp rtp://127.0.0.1:20002>test.sdp

ffmpeg -re -i test.ps -f rtp rtp://127.0.0.1:20003>test.sdp

 

 

 

 

本地调试,利用ffmpeg 推送及播放udp rtp

https://blog.csdn.net/sunxiaopengsun/article/details/70174346

 

ffmpeg -re -i test.264 -vcodec copy -f rtp rtp://127.0.0.1:20002>test.sdp

ffplay test.sdp

ffplay -protocol_whitelist "file,http,https,rtp,udp,tcp,tls" test1.sdp

 

ps预览用的test.sdp文件也放上来,上面第一行指令生成的。

SDP:
v=0
o=- 0 0 IN IP4 127.0.0.1
s=No Name
c=IN IP4 127.0.0.1
t=0 0
a=tool:libavformat 58.20.100
m=video 20002 RTP/AVP 96
a=rtpmap:96 H264/90000

rtp(h264,ts,ps)流的播放小技巧

标签:protoc   net   detail   aop   lis   format   csdn   h264   form   

原文地址:https://www.cnblogs.com/dong1/p/11140105.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!