Giter VIP home page Giter VIP logo

Comments (6)

a1q123456 avatar a1q123456 commented on May 29, 2024

okay, i'll update docs soon

from harmonic.

a1q123456 avatar a1q123456 commented on May 29, 2024

I've updated the docs

from harmonic.

bakamaru avatar bakamaru commented on May 29, 2024

recording is not working. :(

from harmonic.

a1q123456 avatar a1q123456 commented on May 29, 2024

recording is not working. :(

Hi, thanks for your testing, can you provide a sample code, or exception call stack? so I can analyse the reason.

BTW: you need to push video to url: rtmp://<ip_address>/record/<stream_name> to record video

from harmonic.

bakamaru avatar bakamaru commented on May 29, 2024

ffmpeg -i rtmp://localhost/living/STREAM_NAME -c:v libx264 -preset medium -maxrate 3500k -bufsize 6000k -pix_fmt yuv420p -g 30 -c:a aac -b:a 160k -ac 2 -ar 44100 -f flv rtmp://localhost/record/STREAM_NAME

System.Net.Sockets.SocketException Message: An existing connection was forcibly closed by the remote host System.Net.Sockets.SocketException Message: An established connection was aborted by the software in your host machine System.Net.Sockets.SocketException Message: An existing connection was forcibly closed by the remote host System.Net.Sockets.SocketException Message: An existing connection was forcibly closed by the remote host System.Net.Sockets.SocketException Message: An existing connection was forcibly closed by the remote host System.Net.Sockets.SocketException Message: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token) at Harmonic.Networking.Rtmp.IOPipeLine.Producer(Socket s, PipeWriter writer, CancellationToken ct) in D:\klive\Harmonic\Networking\Rtmp\IOPipeLine.cs:line 186 at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationToken ct) in D:\klive\Harmonic\Hosting\RtmpServer.cs:line 116 at Harmonic.Networking.Rtmp.IOPipeLine.Writer(CancellationToken ct) in D:\klive\Harmonic\Networking\Rtmp\IOPipeLine.cs:line 168 at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationToken ct) in D:\klive\Harmonic\Hosting\RtmpServer.cs:line 116 at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token) at Harmonic.Networking.Rtmp.IOPipeLine.Producer(Socket s, PipeWriter writer, CancellationToken ct) in D:\klive\Harmonic\Networking\Rtmp\IOPipeLine.cs:line 186 at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationToken ct) in D:\klive\Harmonic\Hosting\RtmpServer.cs:line 116 at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token) at Harmonic.Networking.Rtmp.IOPipeLine.Producer(Socket s, PipeWriter writer, CancellationToken ct) in D:\klive\Harmonic\Networking\Rtmp\IOPipeLine.cs:line 186 at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationToken ct) in D:\klive\Harmonic\Hosting\RtmpServer.cs:line 116 at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token) at Harmonic.Networking.Rtmp.IOPipeLine.Producer(Socket s, PipeWriter writer, CancellationToken ct) in D:\klive\Harmonic\Networking\Rtmp\IOPipeLine.cs:line 186 at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationToken ct) in D:\klive\Harmonic\Hosting\RtmpServer.cs:line 116 at Harmonic.Networking.Rtmp.IOPipeLine.Writer(CancellationToken ct) in D:\klive\Harmonic\Networking\Rtmp\IOPipeLine.cs:line 168 at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationToken ct) in D:\klive\Harmonic\Hosting\RtmpServer.cs:line 116 System.Net.Sockets.SocketException Message: The I/O operation has been aborted because of either a thread exit or an application request at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token) at Harmonic.Networking.Rtmp.IOPipeLine.Producer(Socket s, PipeWriter writer, CancellationToken ct) in D:\klive\Harmonic\Networking\Rtmp\IOPipeLine.cs:line 186 at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationToken ct) in D:\klive\Harmonic\Hosting\RtmpServer.cs:line 116 System.Net.Sockets.SocketException Message: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token) at Harmonic.Networking.Rtmp.IOPipeLine.Writer(CancellationToken ct) in D:\klive\Harmonic\Networking\Rtmp\IOPipeLine.cs:line 168 at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationToken ct) in D:\klive\Harmonic\Hosting\RtmpServer.cs:line 116

from harmonic.

bakamaru avatar bakamaru commented on May 29, 2024

can you help out..

from harmonic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.