Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2121997
  • 博文数量: 229
  • 博客积分: 7217
  • 博客等级: 上校
  • 技术积分: 3224
  • 用 户 组: 普通用户
  • 注册时间: 2009-02-19 17:23
个人简介

个人主页https://xugaoxiang.com,微信公众号: Dev_Club 或者搜索 程序员Club

文章分类

全部博文(229)

文章存档

2017年(1)

2016年(20)

2015年(23)

2013年(1)

2012年(23)

2011年(68)

2010年(62)

2009年(31)

分类: LINUX

2010-09-16 10:11:19

1、From the Local file

vlc --sout=#duplicate{dst=std{access=udp,mux=ts,dst=224.0.0.1:1234}} "E:\crazystone.ts"

2、From the multicast address,a streaming maybe contains several programs which labelled by program ID.

vlc --programs=259,262,516,521,769 --sout=#duplicate{dst=std{access=udp,mux=ts,dst=224.0.0.1:1234},select="program=516",dst=std{access=udp,mux=ts,dst=224.0.0.2:1234},select="program=521",dst=std{access=udp,mux=ts,dst=224.0.03:1234},select="program=769"} "udp://@239.255.1.20:8000"



djstava
阅读(2360) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-09-16 15:27:18

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com