Knowledge base
Elecard Technical Support staff provides this online knowledgebase service in order to help users in finding answers to any questions that they may have. You may either select a subject from the list below to receive a list of related topics or perform a search by product, category and/or a search text.
How to receive AVC streams in WMP via UDP/RTP
Date updated: April 17 2008
Question
How can I watch AVC video broadcasting in WMP via UDP/RTP Protocol?
Answer
To receive streams over the network via UDP/RTP the URL address should be typed as described below.
For multicast:elecard://mcast_group:port/type
where:
- mcast_group – multicast IP address (e.g. 234.5.5.5).
- port –unsigned integer value from 1 to 65535.
- server_address – data source server IP or DNS name.
- interface – local interface IP.
- payload_type – stream payload type (m2p, m2t, m1s).
- type – type of stream transport (udp or rtp).
For example:
elecard://234.5.5.5:10201:s=192.168.57.14:i=192.168.57.23:t=m2p/udpor
elecard://234.5.5.5:10201/udpFor unicast:
elecard://server_address:port/type
where:
- server_address – data source server IP or DNS name
- port – unsigned integer value from 1 to 65535
- interface – local interface IP
- payload_type – stream payload type (m2p, m2t, m1s)
- type – type of stream transport (udp or rtp)
For example:
elecard://192.168.57.14:10201:i=192.168.57.23:t=m2p/udpor
elecard://192.168.57.14:10201/udp