Skip to main content
Topic: 1080p fails to Restream (Read 2352 times) previous topic - next topic

1080p fails to Restream

I have set up an RTMP stream to a custom site.  If I send 720p, it works perfectly.  If I turn on Restream at 720p, it still works perfectly.

If I send 1080p, it works perfectly.  If I turn on Restream at 1080p, it fails.  It appears to work - the channel shows "green".  But the data rate shows 0 Mbps, and no video is received by the site.

The camera is set to 1080p.  The canvas is set to 1080p.  The channel is set to 1080p.  And the Restream is set to 1080p. 

Everything works fine at 720p.  But at 1080p, the Restream fails.

Is it broken, or am I doing something wrong?

Here is part of the log file.  If there is an answer there, I don't know enough to spot it.

Code: [Select]
14:53:34 SplitCam started
14:53:35 Available desktop size: 3840x2160
14:53:35 Main window location: pos=1200,630, size=1440x900
14:53:35 Checking for software update
14:53:35 Reading from "https://splitcam.com/win-download/update/ver.txt"
14:53:35 Creating dialog "CPU" at (1646, 1144) of size 640x392
14:53:35 Creating dialog "GPU" at (1646, 1144) of size 640x392
14:53:35 Creating dialog "RAM" at (1646, 1144) of size 640x392
14:53:35 Creating dialog "Stream Statistics" at (1646, 1144) of size 640x392
14:53:35 Current version of SplitCam is newer than the one available on the update server
14:53:35 Memory usage:

        Total RAM : 65,450 MiB
         Free RAM : 44,802 MiB
         RAM Load : 31%
     SplitCam RAM : 133 MiB
     SplitCam CPU : 3.5%

14:53:35 Acivating scene 0
14:53:37 Initializing chat notifier
14:53:37 Finished initializing chat notifier
14:53:37 Updating chat client
14:53:37 Finished updating chat client
14:53:42 Restreaming enabled:

     Restream URL : https://east-us.multi-stream.io/obsl-test-backend/get_api_url?user=
            Video : 1920x1080 @ 30.00
            Audio : 16 bps stereo @ 44,100 kHz
    Audio encoder : libfdk_aac
    Video encoder : h264_amf
                    -b:a 128K
                    -g:v 60
                    -usage:v lowlatency
                    -profile:v high
                    -quality:v balanced
                    -b:v 5000K
                    -rc:v cbr

14:53:42 [MyFHD] Sample ffmpeg command line: "ffmpeg -i [email protected] -c:v h264_amf -c:a libfdk_aac -b:a 128K -g:v 60 -usage:v lowlatency -profile:v high -quality:v balanced -b:v 5000K -rc:v cbr -f flv rtmp://musicathome.us/live/?splitkey=stream"
14:53:42 Starting stream 0: rtmp://musicathome.us/live/?splitkey=stream
14:53:42 Stream id=-1 [log]: none, "Restream open session; session_id = obsl-1634842422849022"
14:53:43 Stream id=-1 [log]: none, "Encoding audio starting"
14:53:43 Stream id=2 [state]: opening
14:53:43 Stream id=2 [state]: opened
14:53:43 Stream 0 has id=2
14:53:43 Streaming started
14:53:43 Stream id=-1 [log]: none, "ffmpeg: No default whitelist set"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: No default whitelist set"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Original list of addresses:"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Address 172.106.10.210 port 1935"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Interleaved list of addresses:"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Address 172.106.10.210 port 1935"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Starting connection attempt to 172.106.10.210 port 1935"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Successfully connected to 172.106.10.210 port 1935"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Handshaking..."
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Type answer 3"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Server version 0.0.0.0"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Proto = rtmp, path = /live/obsli-1634842423054055, app = live, fname = obsli-1634842423054055"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: New incoming chunk size = 4128750"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Window acknowledgement size = 2500000"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Max sent, unacked = 2500000"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Releasing stream..."
14:53:43 Stream id=-1 [log]: none, "ffmpeg: FCPublish stream..."
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Creating stream..."
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Server error: Method client 'releaseStream' not found in application /live"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Server error: Method client 'FCPublish' not found in application /live"
14:53:43 Stream id=-1 [log]: none, "ffmpeg: Sending publish command for 'obsli-1634842423054055'"
14:53:53 Stopping stream 0: rtmp://musicathome.us/live/?splitkey=stream
14:53:53 Stream id=2 [state]: closing
14:53:53 Stream id=2 [state]: closed
14:53:53 Destroying streamer
14:53:53 Stream id=-1 [error]: error, "Exception wss. 'ERROR_ABANDONED_WAIT_0' Thread will be stopped."
14:53:53 Stream id=-1 [state]: closed
14:53:53 Streamed audio duration: 10 secs
14:53:53 Streamed video duration: 10 secs
14:53:53 Streaming finished

Re: 1080p fails to Restream

Reply #1
I have it working now.  I deleted everything and started over, including reinstalling Splitcam. 

But the app still shows 0Mb/s.  I don't understand that.  Obviously it is sending data. 

Nonetheless, I'm glad to have gotten to this point! 

Re: 1080p fails to Restream

Reply #2
I have it working now.  I deleted everything and started over, including reinstalling Splitcam. 

But the app still shows 0Mb/s.  I don't understand that.  Obviously it is sending data. 

Nonetheless, I'm glad to have gotten to this point! 


Thank you for contacting us.
I need some time.


 

Re: 1080p fails to Restream

Reply #3
I have updated the servers.
try again.