CasparCG / server

CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downloads are available under the Releases tab https://casparcg.com.
GNU General Public License v3.0
913 stars 268 forks source link

UDP Output #1435

Closed duffxp closed 1 year ago

duffxp commented 2 years ago

Hello.

I am using the CasparCG Playout to generate a channel with many video files. However, I can't configure a multicast output (UDP). Does anyone know if this is possible?

I tried to change the carparcg.config file with this line:

    <channels>
        <channel>
            <video-mode>1080p6000</video-mode>
            <consumers>
                <screen>
                    <device>1</device>
                    <name>youcast</name>
                    <aspect-ratio>16:9</aspect-ratio>
                </screen>
                <system-audio />                    
                <ffmpeg>
                    <path>udp://239.50.98.216:5001</path>
                    <args>-format mpegts -vcodec libx264 -crf 0 -tune zerolatency -preset ultrafast </args>
                    <separate-key>false</separate-key>
                    <mono-streams>false</mono-streams>
                </ffmpeg>
            </consumers>
        </channel>
    </channels>

But it doesn't work. Could you help me?

Thank you.

sirfnomi commented 2 years ago

Share your console logs

duffxp commented 2 years ago

@sirfnomi, of course. Sorry.

Please, check:

2022-08-16 16:16:49.534] [6540]  [info]    async_event_server[:5250] Client 127.0.0.1 disconnected (0 connections).
[2022-08-16 16:16:52.679] [9924]  [info]     [1|1080p6000] Uninitialized.
[2022-08-16 16:16:57.242] [13356] [info]    Received message from Console: EXIT\r\n
[2022-08-16 16:17:07.490] [10260] [warning] Element thumbnails-path in casparcg.config has been deprecated. Use thumbnail-path instead.
[2022-08-16 16:17:07.510] [10260] [info]    ############################################################################
[2022-08-16 16:17:07.510] [10260] [info]    CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2022-08-16 16:17:07.511] [10260] [info]    under the GNU General Public License GPLv3 or higher.
[2022-08-16 16:17:07.511] [10260] [info]    Please see LICENSE.TXT for details.
[2022-08-16 16:17:07.511] [10260] [info]    http://www.casparcg.com/
[2022-08-16 16:17:07.511] [10260] [info]    ############################################################################
[2022-08-16 16:17:07.511] [10260] [info]    Starting CasparCG Video and Graphics Playout Server 2.1.0.3437 dc2e94b Beta 2
[2022-08-16 16:17:07.511] [10260] [info]    on Windows 10 Pro 
[2022-08-16 16:17:07.511] [10260] [info]    Genuine Intel(R) CPU 0000 @ 2.00GHz Physical Threads: 32
[2022-08-16 16:17:07.512] [10260] [info]    To Be Filled By O.E.M.
[2022-08-16 16:17:07.512] [10260] [info]    Initialized reroute module.
[2022-08-16 16:17:07.516] [10260] [info]    Initialized ffmpeg module.
[2022-08-16 16:17:07.516] [10260] [info]    Initialized oal module.
[2022-08-16 16:17:08.018] [10260] [info]    Initialized bluefish module.
[2022-08-16 16:17:08.018] [10260] [info]    Initialized decklink module.
[2022-08-16 16:17:08.018] [10260] [info]    Initialized screen module.
[2022-08-16 16:17:09.015] [10260] [info]    Initialized html module.
[2022-08-16 16:17:09.015] [10260] [info]    Initialized psd module.
[2022-08-16 16:17:09.418] [10260] [info]    Initialized flash module.
[2022-08-16 16:17:09.418] [10260] [info]    Initialized newtek module.
[2022-08-16 16:17:09.418] [10260] [info]    Initialized image module.
[2022-08-16 16:17:09.436] [10260] [info]    ffmpeg.avcodec 56.41.100
[2022-08-16 16:17:09.436] [10260] [info]    ffmpeg.avformat 56.36.100
[2022-08-16 16:17:09.436] [10260] [info]    ffmpeg.avfilter 5.16.101
[2022-08-16 16:17:09.436] [10260] [info]    ffmpeg.avutil 54.27.100
[2022-08-16 16:17:09.436] [10260] [info]    ffmpeg.swscale 3.1.101
[2022-08-16 16:17:09.436] [10260] [info]    bluefish.version Not found
[2022-08-16 16:17:09.436] [10260] [info]    decklink.version Not found
[2022-08-16 16:17:09.436] [10260] [info]    cef.version 3.1750.1805
[2022-08-16 16:17:09.436] [10260] [info]    cef.chromeversion 33.0.1750.170
[2022-08-16 16:17:09.436] [10260] [info]    flash Not found
[2022-08-16 16:17:09.437] [10260] [info]    newtek-ivga.version unavailable (Processing.AirSend.x64.dll)
[2022-08-16 16:17:09.437] [10260] [info]    freeimage 3.16.0
[2022-08-16 16:17:09.437] [10260] [info]    casparcg.config:
[2022-08-16 16:17:09.437] [10260] [info]    -----------------------------------------
[2022-08-16 16:17:09.437] [10260] [info]    <?xml version="1.0" encoding="utf-8"?>
[2022-08-16 16:17:09.437] [10260] [info]    <configuration>
[2022-08-16 16:17:09.437] [10260] [info]       <paths>
[2022-08-16 16:17:09.437] [10260] [info]          <media-path>D:\Midia\Conteúdos Youtube\Canal Turbo</media-path>
[2022-08-16 16:17:09.437] [10260] [info]          <log-path>log/</log-path>
[2022-08-16 16:17:09.437] [10260] [info]          <data-path>data/</data-path>
[2022-08-16 16:17:09.437] [10260] [info]          <template-path>template/</template-path>
[2022-08-16 16:17:09.437] [10260] [info]          <thumbnails-path>thumbnails\</thumbnails-path>
[2022-08-16 16:17:09.437] [10260] [info]       </paths>
[2022-08-16 16:17:09.437] [10260] [info]       <thumbnails>
[2022-08-16 16:17:09.437] [10260] [info]          <video-mode>1080p5000</video-mode>
[2022-08-16 16:17:09.437] [10260] [info]       </thumbnails>
[2022-08-16 16:17:09.437] [10260] [info]       <channels>
[2022-08-16 16:17:09.437] [10260] [info]          <channel>
[2022-08-16 16:17:09.437] [10260] [info]             <video-mode>1080p6000</video-mode>
[2022-08-16 16:17:09.437] [10260] [info]             <consumers>
[2022-08-16 16:17:09.437] [10260] [info]                <screen>
[2022-08-16 16:17:09.437] [10260] [info]                   <device>1</device>
[2022-08-16 16:17:09.437] [10260] [info]                   <name>youcast</name>
[2022-08-16 16:17:09.437] [10260] [info]                   <aspect-ratio>16:9</aspect-ratio>
[2022-08-16 16:17:09.437] [10260] [info]                </screen>
[2022-08-16 16:17:09.437] [10260] [info]                <system-audio/>
[2022-08-16 16:17:09.437] [10260] [info]                <ffmpeg>
[2022-08-16 16:17:09.437] [10260] [info]                   <path>udp://239.50.98.216:5001</path>
[2022-08-16 16:17:09.437] [10260] [info]                   <args>-format mpegts -vcodec libx264 -crf 0 -tune zerolatency -preset ultrafast</args>
[2022-08-16 16:17:09.437] [10260] [info]                   <separate-key>false</separate-key>
[2022-08-16 16:17:09.437] [10260] [info]                   <mono-streams>false</mono-streams>
[2022-08-16 16:17:09.437] [10260] [info]                </ffmpeg>
[2022-08-16 16:17:09.437] [10260] [info]             </consumers>
[2022-08-16 16:17:09.437] [10260] [info]          </channel>
[2022-08-16 16:17:09.437] [10260] [info]       </channels>
[2022-08-16 16:17:09.437] [10260] [info]       <controllers>
[2022-08-16 16:17:09.437] [10260] [info]          <tcp>
[2022-08-16 16:17:09.437] [10260] [info]             <port>5250</port>
[2022-08-16 16:17:09.437] [10260] [info]             <protocol>AMCP</protocol>
[2022-08-16 16:17:09.437] [10260] [info]          </tcp>
[2022-08-16 16:17:09.437] [10260] [info]       </controllers>
[2022-08-16 16:17:09.437] [10260] [info]    </configuration>
[2022-08-16 16:17:09.437] [10260] [info]    -----------------------------------------
[2022-08-16 16:17:09.438] [10260] [info]    Initialized audio config.
[2022-08-16 16:17:09.438] [10260] [info]    Initializing OpenGL Device.
[2022-08-16 16:17:09.695] [10260] [info]    Successfully initialized OpenGL 4.6.0 NVIDIA 516.59 NVIDIA Corporation
[2022-08-16 16:17:09.701] [10260] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 1
[2022-08-16 16:17:09.702] [10260] [info]    video_channel[1|1080p6000] Successfully Initialized.
[2022-08-16 16:17:09.756] [10260] [info]     [1|1080p6000] Initialized.
[2022-08-16 16:17:09.824] [10260] [info]    oal[1|1080p6000] Initialized.
[2022-08-16 16:17:09.830] [10260] [info]    
[2022-08-16 16:17:09.830] [10260] [info]    +------------------------+
[2022-08-16 16:17:09.830] [10260] [info]    | ffmpeg_consumer_buffer |default--[1920x1080 1:1 bgra]--auto-inserted scaler 0:default
[2022-08-16 16:17:09.830] [10260] [info]    |        (buffer)        |
[2022-08-16 16:17:09.830] [10260] [info]    +------------------------+
[2022-08-16 16:17:09.830] [10260] [info]    
[2022-08-16 16:17:09.830] [10260] [info]                                                                    +----------------------------+
[2022-08-16 16:17:09.830] [10260] [info]    auto-inserted scaler 0:default--[1920x1080 1:1 yuv444p]--default| ffmpeg_consumer_buffersink |
[2022-08-16 16:17:09.830] [10260] [info]                                                                    |        (buffersink)        |
[2022-08-16 16:17:09.830] [10260] [info]                                                                    +----------------------------+
[2022-08-16 16:17:09.830] [10260] [info]    
[2022-08-16 16:17:09.830] [10260] [info]                                                                 +------------------------+
[2022-08-16 16:17:09.830] [10260] [info]    ffmpeg_consumer_buffer:default--[1920x1080 1:1 bgra]--default| auto-inserted scaler 0 |default--[1920x1080 1:1 yuv444p]--ffmpeg_consumer_buffersink:default
[2022-08-16 16:17:09.830] [10260] [info]                                                                 |        (scale)         |
[2022-08-16 16:17:09.830] [10260] [info]                                                                 +------------------------+
[2022-08-16 16:17:09.830] [10260] [info]    
[2022-08-16 16:17:09.830] [10260] [info]    
[2022-08-16 16:17:09.837] [10260] [info]    [ffmpeg] [libx264 @ 000001ADC1A2B000] using SAR=1/1
[2022-08-16 16:17:09.837] [10260] [info]    
[2022-08-16 16:17:09.841] [10260] [info]    [ffmpeg] [libx264 @ 000001ADC1A2B000] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
[2022-08-16 16:17:09.841] [10260] [info]    
[2022-08-16 16:17:09.847] [10260] [info]    [ffmpeg] [libx264 @ 000001ADC1A2B000] profile High 4:4:4 Predictive, level 4.2, 4:4:4 8-bit
[2022-08-16 16:17:09.847] [10260] [info]    
[2022-08-16 16:17:09.848] [10260] [warning] [ffmpeg] [mpegts @ 000001ADC19F33A0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead.
[2022-08-16 16:17:09.848] [10260] [warning] 
[2022-08-16 16:17:09.848] [10260] [warning] [ffmpeg] [mpegts @ 000001ADC19F33A0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead.
[2022-08-16 16:17:09.848] [10260] [warning] 
[2022-08-16 16:17:09.848] [10260] [info]    [ffmpeg] Output #0, mpegts, to 'udp://239.50.98.216:5001':
[2022-08-16 16:17:09.848] [10260] [info]    
[2022-08-16 16:17:09.848] [10260] [info]    [ffmpeg]   Metadata:
[2022-08-16 16:17:09.848] [10260] [info]    
[2022-08-16 16:17:09.848] [10260] [info]    [ffmpeg]     encoder         : 
[2022-08-16 16:17:09.848] [10260] [info]    [ffmpeg] Lavf56.36.100
[2022-08-16 16:17:09.848] [10260] [info]    [ffmpeg] 
[2022-08-16 16:17:09.848] [10260] [info]    
[2022-08-16 16:17:09.848] [10260] [info]    [ffmpeg]     Stream #0:0
[2022-08-16 16:17:09.848] [10260] [info]    [ffmpeg] : Video: h264 (libx264), yuv444p, 1920x1080 [SAR 1:1 DAR 16:9], q=-1--1
[2022-08-16 16:17:09.848] [10260] [info]    [ffmpeg] , 
[2022-08-16 16:17:09.849] [10260] [info]    [ffmpeg] 90k tbn, 
[2022-08-16 16:17:09.849] [10260] [info]    [ffmpeg] 60 tbc
[2022-08-16 16:17:09.849] [10260] [info]    [ffmpeg] 
[2022-08-16 16:17:09.849] [10260] [info]    
[2022-08-16 16:17:09.849] [10260] [info]    [ffmpeg]     Stream #0:1
[2022-08-16 16:17:09.849] [10260] [info]    [ffmpeg] : Audio: pcm_s24le, 48000 Hz, stereo, s32, 2304 kb/s
[2022-08-16 16:17:09.849] [10260] [info]    [ffmpeg] 
[2022-08-16 16:17:09.849] [10260] [info]    
[2022-08-16 16:17:09.849] [10260] [info]    ffmpeg_consumer[udp://239.50.98.216:5001] Initialized.
[2022-08-16 16:17:09.849] [10260] [info]    Initialized channels.
[2022-08-16 16:17:09.849] [10260] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 0
[2022-08-16 16:17:09.850] [10260] [info]    Initialized thumbnail generator.
[2022-08-16 16:17:09.851] [10260] [info]    Initialized controllers.
[2022-08-16 16:17:09.851] [10260] [info]    Initialized osc.
[2022-08-16 16:17:09.851] [10260] [info]    Started initial media information retrieval.
[2022-08-16 16:17:25.771] [7720]  [info]    async_event_server[:5250] Accepted connection from 127.0.0.1 (1 connections).
[2022-08-16 16:17:26.199] [7720]  [info]    Received message from 127.0.0.1: VERSION SERVER\r\n
[2022-08-16 16:17:26.199] [7080]  [info]    Sent message to 127.0.0.1:201 VERSION OK\r\n2.1.0.3437 dc2e94b Beta 2\r\n
[2022-08-16 16:17:26.199] [7720]  [info]    Received message from 127.0.0.1: INFO\r\n
[2022-08-16 16:17:26.199] [7080]  [info]    Sent message to 127.0.0.1:200 INFO OK\r\n1 1080p6000 PLAYING\r\n\r\n
[2022-08-16 16:17:26.200] [7720]  [info]    Received message from 127.0.0.1: CLS\r\n
[2022-08-16 16:17:26.200] [7720]  [info]    Received message from 127.0.0.1: TLS\r\n
[2022-08-16 16:17:26.201] [7720]  [info]    Received message from 127.0.0.1: DATA LIST\r\n
[2022-08-16 16:17:26.202] [7720]  [info]    Received message from 127.0.0.1: THUMBNAIL LIST\r\n
[2022-08-16 16:17:35.624] [7720]  [info]    Received message from 127.0.0.1: PLAY 1-10 "AMIGOS POR CARROS/100 MIL KM SEM MANUTENÇÃO - COMO FICA O JETTA TSI 2012   APC" CUT 1 Linear RIGHT\r\n
[2022-08-16 16:17:35.674] [13764] [info]    ffmpeg[100 MIL KM SEM MANUTENÇÃO - COMO FICA O JETTA TSI 2012   ApC.mp4|1920x1080p30.00|0/29170] [video-decoder] H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
[2022-08-16 16:17:35.685] [13764] [info]    ffmpeg[100 MIL KM SEM MANUTENÇÃO - COMO FICA O JETTA TSI 2012   ApC.mp4|1920x1080p30.00|0/29170] [audio-decoder] AAC (Advanced Audio Coding)
[2022-08-16 16:17:35.717] [13764] [info]    transition[empty=>ffmpeg[100 MIL KM SEM MANUTENÇÃO - COMO FICA O JETTA TSI 2012   ApC.mp4|1920x1080p30.00|0/29170]] Initialized
[2022-08-16 16:17:35.719] [13764] [info]    Sent message to 127.0.0.1:202 PLAY OK\r\n
[2022-08-16 16:17:35.819] [14312] [info]    [frame_muxer] simple 1920x1080p30.00
[2022-08-16 16:17:42.233] [7720]  [info]    Received message from 127.0.0.1: STOP 1-10\r\n
[2022-08-16 16:17:42.233] [13764] [info]    Sent message to 127.0.0.1:202 STOP OK\r\n
[2022-08-16 16:17:42.276] [6372]  [info]    ffmpeg[100 MIL KM SEM MANUTENÇÃO - COMO FICA O JETTA TSI 2012   ApC.mp4|1920x1080p30.00|202/29170] Destroyed.
[2022-08-16 16:17:44.127] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.299] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.302] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.304] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.307] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.309] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.311] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.313] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.315] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.318] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.320] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:44.322] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:46.127] [7344]  [error]   accelerator\ogl\util\texture.cpp(142): Throw in function caspar::accelerator::ogl::texture::impl::copy_from
[2022-08-16 16:17:46.127] [7344]  [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::gl::ogl_invalid_operation>
[2022-08-16 16:17:46.127] [7344]  [error]   [struct caspar::tag_call_stack_info * __ptr64] = 
[2022-08-16 16:17:46.127] [7344]  [error]       common\gl\gl_check.cpp (70): caspar::gl::SMFL_GLCheckError
[2022-08-16 16:17:46.127] [7344]  [error]       accelerator\ogl\util\texture.cpp (142): caspar::accelerator::ogl::texture::impl::copy_from
[2022-08-16 16:17:46.127] [7344]  [error]       accelerator\ogl\util\device.cpp (334): <lambda_87a635a7a184e7769dbaed5818eabcfa>::operator()
[2022-08-16 16:17:46.127] [7344]  [error]       common\executor.h (220): <lambda_f80dfa0cdf68ffc64b54673ff9a8fd19>::operator()
[2022-08-16 16:17:46.127] [7344]  [error]       type_traits (1408): std::_Invoker_functor::_Call<<lambda_f80dfa0cdf68ffc64b54673ff9a8fd19> & __ptr64>
[2022-08-16 16:17:46.127] [7344]  [error]       type_traits (1476): std::invoke<<lambda_f80dfa0cdf68ffc64b54673ff9a8fd19> & __ptr64>
[2022-08-16 16:17:46.127] [7344]  [error]       type_traits (1501): std::_Invoke_ret<std::shared_ptr<caspar::accelerator::ogl::texture>,<lambda_f80dfa0cdf68ffc64b54673ff9a8fd19> & __ptr64>
[2022-08-16 16:17:46.127] [7344]  [error]       functional (209): std::_Func_impl<<lambda_f80dfa0cdf68ffc64b54673ff9a8fd19>,std::allocator<int>,std::shared_ptr<caspar::accelerator::ogl::texture> >::_Do_call
[2022-08-16 16:17:46.127] [7344]  [error]       functional (275): std::_Func_class<std::shared_ptr<caspar::accelerator::ogl::texture> >::operator()
[2022-08-16 16:17:46.127] [7344]  [error]       future (610): std::_Packaged_state<std::shared_ptr<caspar::accelerator::ogl::texture> __cdecl(void)>::_Call_immediate
[2022-08-16 16:17:46.127] [7344]  [error]       common\executor.h (234): <lambda_382c9808aef5beffce0a1401e470859a>::operator()
[2022-08-16 16:17:46.127] [7344]  [error]       common\executor.h (286): caspar::executor::run
[2022-08-16 16:17:46.127] [7344]  [error]       00007FF6A8ACA413 (casparcg): (filename not available): boost::detail::shared_count::swap
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF4B451BB2 (ucrtbase): (filename not available): configthreadlocale
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF4D737034 (KERNEL32): (filename not available): BaseThreadInitThunk
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF4DC22651 (ntdll): (filename not available): RtlUserThreadStart
[2022-08-16 16:17:46.127] [7344]  [error]   
[2022-08-16 16:17:46.127] [7344]  [error]   [struct caspar::tag_context_info * __ptr64] =  'mixer 0' 
[2022-08-16 16:17:46.127] [7344]  [error]   [struct caspar::tag_error_info * __ptr64] = GL_INVALID_OPERATION
[2022-08-16 16:17:46.127] [7344]  [error]   [struct caspar::tag_msg_info * __ptr64] = the specified operation is not allowed in the current state
[2022-08-16 16:17:46.127] [7344]  [error]   Caught at (polling_filesystem_monitor):
[2022-08-16 16:17:46.127] [7344]  [error]   
[2022-08-16 16:17:46.127] [7344]  [error]       common\polling_filesystem_monitor.cpp (61): `caspar::exception_protected_handler::operator()'::`1'::catch$1
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF36271030 (VCRUNTIME140): (filename not available): (function-name not available)
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF36274388 (VCRUNTIME140): (filename not available): is_exception_typeof
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF4DC71626 (ntdll): (filename not available): RtlCaptureContext2
[2022-08-16 16:17:46.127] [7344]  [error]       common\polling_filesystem_monitor.cpp (57): caspar::exception_protected_handler::operator()
[2022-08-16 16:17:46.127] [7344]  [error]       common\polling_filesystem_monitor.cpp (173): caspar::directory_monitor::scan
[2022-08-16 16:17:46.127] [7344]  [error]       common\polling_filesystem_monitor.cpp (316): caspar::polling_filesystem_monitor::scan
[2022-08-16 16:17:46.127] [7344]  [error]       functional (209): std::_Func_impl<<lambda_55d171a33d46433adc83b70a83aecdab>,std::allocator<int>,void>::_Do_call
[2022-08-16 16:17:46.127] [7344]  [error]       future (750): std::_Packaged_state<void __cdecl(void)>::_Call_immediate
[2022-08-16 16:17:46.127] [7344]  [error]       common\executor.h (234): <lambda_ee95ee952128b729e13d6ab0e388d2bf>::operator()
[2022-08-16 16:17:46.127] [7344]  [error]       common\executor.h (286): caspar::executor::run
[2022-08-16 16:17:46.127] [7344]  [error]       00007FF6A8ACA413 (casparcg): (filename not available): boost::detail::shared_count::swap
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF4B451BB2 (ucrtbase): (filename not available): configthreadlocale
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF4D737034 (KERNEL32): (filename not available): BaseThreadInitThunk
[2022-08-16 16:17:46.127] [7344]  [error]       00007FFF4DC22651 (ntdll): (filename not available): RtlUserThreadStart
[2022-08-16 16:17:46.127] [7344]  [error]   
[2022-08-16 16:17:49.610] [7720]  [info]    async_event_server[:5250] Client 127.0.0.1 disconnected (0 connections).
[2022-08-16 16:17:54.289] [7696]  [info]     [1|1080p6000] Uninitialized.
[2022-08-16 16:17:56.944] [4200]  [info]    Received message from Console: EXIT\r\n

For your knowledge:

First of all, I started the CasparCG Server, and after, I opened CasparCG Client. I put on a video file in the line and started, but I can't see anything from the IP.

sirfnomi commented 2 years ago

According to your console, your steam started at udp://239.50.98.216:5001 and then you played a video file and then stopped it. The server is showing some errors when stopping the video.

You can test your stream just by playing a color. Play 1-1 Red

And check your stream locally on that port first.

Julusian commented 1 year ago

This sounds unrelated to UDP, and that the lines below are the ones of interest:

[2022-08-16 16:17:44.322] [1992]  [error]   OpenGL Error: 1282 0000000062AC4288
[2022-08-16 16:17:46.127] [7344]  [error]   accelerator\ogl\util\texture.cpp(142): Throw in function caspar::accelerator::ogl::texture::impl::copy_from
[2022-08-16 16:17:46.127] [7344]  [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::gl::ogl_invalid_operation>

As this happened in 2.1, which is long unsupported I am closing