Re: Can anyone able to broadcast movies ?


  • Subject: Re: Can anyone able to broadcast movies ?
  • From: patrick stainier <email@hidden>
  • Date: Mon, 16 Aug 2004 12:43:20 +0200

Hi Kathir

Try rtsp://yourdomainname:554/untitled. As far as I know you don't need the sdp ending. PLus the sample movs provided in yoir DSS moviefile are already hinted.

Tell me if this worked.
Patrick
Le 16 ao{t 04, ` 11:20, Kathiravan a icrit :
Patrick Stainier
X-Over.tv LLC
ph: 34+ 666 56 30 39
mail: email@hidden
web: http://x-over.tv
Hello Paul,
           Thanks for your co-operations.
      I have checked http://soundscreen.com/
for the details. I have already followed all these steps
to create movie playlist. Here is my steps goes:
1. Hinted the "sample_100kbit.mov" file contained in
"DarwinStreamingSrc5.0.1.1" source by opening it
using QuickTime pro player and choosing
' Movie to Hinted Movie' from the Export pop-up menu.
I have already selected ` Make movie Self-Contained ' option,
in the Hint Exporter Settings.
2. I have saved the hinted file as "sample_100kbit_hint.mov",
and it's size is 1.60 MB, previously  "sample_100kbit.mov"
has size of 1.04 MB.
3. I have copied "sample_100kbit_hint.mov" to default movie
folder "/opt/iexpress/dss/media/".

4. I have created a New Movie Playlist using web admin (port 1220)
interface by adding only "sample_100kbit_hint.mov" file in that list.
Playlist name is "untitled" and mount point is "untitled.sdp".
I unchecked the "Send this playlist to a broadcast server" box and
saved the changes.

5. When i click the playlist start button, after few seconds, it is
displaying
the error message, "An error occurred while starting or stopping your
playlist".
When i look at the reason by clicking the red button, it shows:
~~~~~~~~~~~~~~~~~~~~~~
- PlaylistBroadcaster: Created SDP file.
(path: /opt/dss/var/streaming/playlists/untitled/untitled.sdp)
- PlaylistBroadcaster: Started in background.
- Network Connection: Server returned error.
Broadcast Warnings: 0
Broadcast Errors: 1
PlaylistBroadcaster broadcast finished.
~~~~~~~~~~~~~~~~~~~~~~

6. I gave the following URL in my QT player:
" rtsp://172.16.1.176:554/untitled.sdp"; ,
where 172.16.1.176 is may IP address of DSS,
but it display's " 404: Not Found " error.

The untitled.config contains:
------------------------------------
# cat untitled.config
playlist_file
/opt/iexpress/dss/var/streaming/playlists/untitled/untitled.playlist
play_mode sequential
destination_ip_address 127.0.0.1
#broadcast_name "untitled"
sdp_file "/opt/iexpress/dss/var/streaming/playlists/untitled/untitled.sdp"
destination_sdp_file "untitled.sdp"
broadcast_SDP_is_dynamic enabled
logging enabled
log_file /opt/iexpress/dss/var/streaming/playlists/untitled/untitled.log
pid_file "/opt/iexpress/dss/var/streaming/playlists/untitled/untitled.pid"
-------------------------------------

The untitled.sdp contains:
-------------------------------------
v=0
o=QTSS_Play_List 1770406660 1770395580 IN IP4 172.16.1.176
s=untitled
c=IN IP4 127.0.0.1
b=AS:94
t=0 0
a=x-broadcastcontrol:RTSP
m=audio 0 RTP/AVP 96
b=AS:10
a=rtpmap:96 X-QDM/22050/2
a=control:trackID=1
a=x-bufferdelay:5.99
m=video 0 RTP/AVP 97
b=AS:84
a=rtpmap:97 X-SV3V-ES/90000
a=control:trackID=2
-----------------------------------
  Please give your suggestions, if i made any mistake in above steps
If you need anymore details, please let me know about it.
Thanks and Regards,
Kathir
----- Original Message -----
From: "Paul Hugel" <email@hidden>
To: "Kathiravan" <email@hidden>
Sent: Saturday, August 14, 2004 12:12 AM
Subject: Re: Can anyone able to broadcast movies ?
Its been awhile since I configured DSS-5 I use QTSS-5 but they are
similar.
Have you reviewed George Cooks website http://soundscreen.com/
specifically the section on playlists
As you know all files must be hinted.
I had questions on setting the mount point correctly in the beginning
perhaps
you have a similar issue.
If you still have problems by Monday check back with me.
On Aug 12, 2004, at 10:54 PM, Kathiravan wrote:
Hi Paul Hugel,

Thanks for your reply. I built DSS 5.0.1.1 on HP-UX.
I
tested some basic tests. It works fine. But while testing Movie
Playlist
PlaylistBroadcaster through Webadmin. I got the following error.

- PlaylistBroadcaster: Created SDP file.
(path: /opt/dss/var/streaming/playlists/untitled/untitled.sdp)
- PlaylistBroadcaster: Started in background.
- Network Connection: Server returned error.
Broadcast Warnings: 0
Broadcast Errors: 1
PlaylistBroadcaster broadcast finished.
I have this problem for past one month. Do you have any idea to
overcome
this error?
Again, Thanks for your reply.
Thanks and Regards,
Kathir
Mahalo Nui Loa (thank you very much),
Paul G. Hugel
Maui Scientific Analysis & Visualization of the Environment Program
http://nko.org

_______________________________________________
streaming-server-developers mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server- developers
Do not post admin requests to the list. They will be ignored.

_______________________________________________
streaming-server-developers mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server-developers
Do not post admin requests to the list. They will be ignored.

Can anyone able to broadcast movies相关推荐

  1. android adb broadcast,adb shell am broadcast -a  -d

    $adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard/ 作用: adb shell ...

  2. android 之 Intent、broadcast

    Intent的功能有: 在mainActivity中为按钮1添加监听事件: listener1 = new OnClickListener() { @Override     public void ...

  3. [Android Pro] 有关Broadcast作为内部类时注册的一些问题

    很经常Broadcast都会写成一个Activity或者Service的内部类.这时候的注册和普通有点小区别. 有两种情况 1.假如是再Manifest文件里面静态注册的话,需要注意. ex: < ...

  4. Android -- 利用Broadcast开启Service

    Broadcast和Service都是Android四大组建之一的. 这里的广播是动态的,自己注册的一个广播. 这种最典型的用法就是利用开机广播,然后再起自己的服务,也就是在Android手机中做到开 ...

  5. [转] Android开发之如何保证Service不被杀掉(broadcast+system/app)

    转发:原文链接http://blog.csdn.net/mad1989/article/details/22492519 序言 最近项目要实现这样一个效果:运行后,要有一个service始终保持在后台 ...

  6. Broadcast源码分析

    BroadcastReceiver的使用方式基本可以总结为,声明.注册.发送广播.注销.重点需要分析得类和方法有: A.BroadcastReceiver B.IntentFilter C.Conte ...

  7. RuntimeError: output with shape [1, 28, 28] doesnt match the broadcast shape [3, 28, 28]

    pytorch执行MNIST源码 # Import things like usual%matplotlib inline %config InlineBackend.figure_format = ...

  8. 每日英语:Losing It at the Movies: Silly Beats Sober in China's Box Office

    A low-budget Chinese comedy that has become a dark-horse hit on China's movie screens has sparked in ...

  9. Leetcode PHP题解--D27 620. Not Boring Movies

    620. Not Boring Movies 题目链接 620. Not Boring Movies 题目分析 前面铺垫了那么多,要求就在这: movies with an odd numbered ...

最新文章

  1. SQLite主键自增需要设置为integer PRIMARY KEY
  2. MATLAB图像函数 块和邻域的处理
  3. Hadoop-rpc调用案例,服务端,客户端代码案例
  4. 【C++基础】 类模板
  5. c if语句多个条件判断顺序_Java中的流程控制语句 (基础篇四)
  6. 吃鱼可以不挑刺了?华中农业大学发现鳊鱼肌间刺表达基因,可培育“无刺鱼”...
  7. [恢]hdu 1850
  8. 【mysql】悲观锁和乐观锁的实现原理
  9. [Python+sklearn] 拆分数据集为训练和测试子集 sklearn.model_selection.train_test_split()
  10. QT5 + MSVC + OpenCV4 配置
  11. stc12串口收发计算机,stc12c5a60s2串口程序
  12. 梅罗对决没了,欧足联的错误?
  13. 在小鸟云进行服务器托管,怎么升级配置?
  14. 上个月一位朋友买到翻新N80手机 淘宝充斥奸商假货 【该奸商为四钻】
  15. Vue--创建一个vue项目
  16. Git版本控制器(涵盖GitHub\Gitee码云\GitLab),全网最详细教程
  17. java做一个简单的文件管理器
  18. 更改ubuntu默认文件管理器为deepin
  19. HINSTANCE初了解
  20. 程序员的算法趣题Q25: 时髦的鞋带系法

热门文章

  1. 将多个png或者jpg图片转为dicom或者nii格式
  2. djs130计算机,DJS-131小型机
  3. Windows下Tuxedo的安装与配置
  4. juniper防火墙配置失误导致断网
  5. 通用人工智能:涌现能力、代理执行、功能可见、具身应用——人与机器的共同进化
  6. 程序员如何保护自己的眼睛
  7. L1-059 敲笨钟 C直观解法
  8. java.util.ConcurrentModificationException: null异常由for增强循环嵌套增删引起。
  9. ABB机器人ProcCall调用例行程序指令
  10. LeetCode 情侣牵手