dodgepong said:
OBS only streams via RTMP, so you won't be able to use the proprietary UMS protocol. However, according to their
Wikipedia page, they support RTMP, so you'll have to investigate that to find out what server address and stream key to enter into OBS to stream to it.
thanks for your kind response
well
I've read
http://www.umediaserver.net/umediaserver/faq.html
and followed these official steps
RTMP Flash software and hardware encoders, such as Adobe FMLE, Telestream Wirecast, xSplit and others. These encoders connect and publish RTMP streams to Unreal Media Server. The default port for these connections is 5130; this port can be configured. Create a live broadcast of type "Rebroadcast live RTMP/RTSP/MPEG2-TS/MMS stream", select rtmp:// protocol. Specify a password for this broadcast, if authenticated publishing is needed. On the encoder panel, specify rtmp publishing address of this broadcast. For example, if your server machine's IP address is 192.168.1.8, the broadcast alias is "Camera8", then the rtmp publishing address is "rtmp://192.168.1.8:5130/live/Camera8". Refer to this screenshot. Note that you can only specify a single bitrate encoding, and the stream name should always be "livestream".
but it still doesn't work
OBS got connected with UMS less than 10secs and showed "Disconnected from server"
so I check the OBS log file which I post below
03:03:36: SO_SNDBUF was at 8192
03:03:36: SO_SNDBUF is now 65536
03:03:39: RTMPPublisher::SocketLoop: Socket error, send() returned -1, GetLastError() 10053
03:03:39: Total frames rendered: 135, number of frames that lagged: 0 (0.00%) (it's okay for some frames to lag)
03:03:39: Total duplicated frames: 0 (0.00%)
03:03:39: librtmp error: WriteN, RTMP send error 10053 (45 bytes)
03:03:39: librtmp error: WriteN, RTMP send error 10038 (42 bytes)
03:03:39: Number of times waited to send: 0, Waited for a total of 0 bytes
03:03:39: Number of b-frames dropped: 0 (0%), Number of p-frames dropped: 0 (0%), Total 0 (0%)
03:03:39: =====Stream End: 2013-07-04, 03:03:39=================================================
and these are my configuration and the error message
http://i.imgur.com/wdsdgJT.png
http://i.imgur.com/XNkPylL.png
any help will be appreciated
ps. I posted this question at UMS forum, and the admin said "I don't think OBS is supported. Use FMLE or Wirecast".
However, OBS is still my first option to set up a private stream server, so I want to make sure whether OBS could push stream to UMS or not.