[ 
http://opencast.jira.com/browse/MH-8108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=27869#comment-27869
 ] 

Waldemar Smirnow commented on MH-8108:
--------------------------------------

There is a smal mistake in the configuration example..

#capture.device.VGA.encoder.bitrate=300 schould be 

#capture.device.VGA.rtpConsumer.encoder.bitrate=300

and you can choose the encoder/payloader like that..

capture.device.VGA.rtpConsumer.encoder=ffenc_mpeg2video
capture.device.VGA.rtpConsumer.payloader=rtpmpvpay


                
> RTP consumer (network live streaming)
> -------------------------------------
>
>                 Key: MH-8108
>                 URL: http://opencast.jira.com/browse/MH-8108
>             Project: Matterhorn Project
>          Issue Type: Task
>          Components: Capture (Devices and Software)
>    Affects Versions: 1.3
>            Reporter: Waldemar Smirnow
>            Assignee: Waldemar Smirnow
>            Priority: Minor
>
> Capture Agent live stream consumer.
> We want to stream the currently captured recording over network (as RTP) to a 
> streaming server (like Wowza).
> So you can split up the lecture into several auditoriums.
> The rtp-consumer looks like that:
> queue -> {decodebin} -> .. -> videorate -> .. -> encoder -> payloader -> 
> {rtpbin} -> sinks
> -videorate element may optionally reduce the framerate of stream
> -encoder, payloader and their properties should be set dynamicly in the 
> CA-config to stream in with a different encoding (H264 is the default)
> -rtp ports on sinks should be set for each capture device (required)
> Here an example of an EPIPHAN_VGA2USB configuration:
> capture.device.VGA.type=EPIPHAN_VGA2USB
> capture.device.VGA.src=/dev/vga
> capture.device.VGA.outputfile=vga.mp4
> capture.device.VGA.flavor=presentation/source
> capture.device.VGA.rtpConsumer.rtpPort=5000
> capture.device.VGA.rtpConsumer.rtcpPort.out=5001
> capture.device.VGA.rtpConsumer.rtcpPort.in=5005
> capture.device.VGA.rtpConsumer.framerate=15
> #capture.device.VGA.encoder.bitrate=300
> works with an SDP-File (for Wowza, VLC or other clients) at given example:
> v=0
> s=Gstreamer
> c=IN IP4 127.0.0.1
> t=0 0
> m=video 5000/2 RTP/AVP 96
> a=rtpmap:96 H264/90000
> a=fmtp:96 media=video; clock-rate=90000; encoding-name=H264
> a=control:trackID=1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to