HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bpmedley

no profile record

Submissions

Show HN: StreamHQ – iOS Live Streaming – RTMP, SRT and HLS

apps.apple.com
1 points·by bpmedley·há 3 anos·0 comments

comments

bpmedley
·ano passado·discuss
I’ve read about 15% - 20% of Imaginary Numbers are Real. It’s a great book, so far.

https://www.welchlabs.com/resources/imaginary-numbers-are-re...
bpmedley
·ano passado·discuss
I use rsync.net
bpmedley
·há 2 anos·discuss
Blank spaces are color coded so for easier detection, I can edit the file if I need to, and there are diffupdate commands for piecemeal merging of sections of the files.
bpmedley
·há 2 anos·discuss
I also use vimdiff. It’s magic.
bpmedley
·há 2 anos·discuss
I believe mediamtx can ingest the RTMP and present to a browser, via HLS or WebRTC.

https://github.com/bluenviron/mediamtx
bpmedley
·há 2 anos·discuss
You’re welcome. Sounds like what you want is RTMP or SRT. There are free solutions, for those, as well.
bpmedley
·há 2 anos·discuss
Larix Broadcaster?

https://softvelum.com/larix/
bpmedley
·há 2 anos·discuss
I agree that Refactoring UI is good.

Also, The Non-Designers Design Book by Robin Williams.

And, I’m working through shiftnudge.com.
bpmedley
·há 2 anos·discuss
I’m working through https://uimastery.design/
bpmedley
·há 2 anos·discuss
I’m working through https://calcworkshop.com/
bpmedley
·há 2 anos·discuss
I’m working through https://calcworkshop.com
bpmedley
·há 2 anos·discuss
C# with ASP.Net Core is amazing.
bpmedley
·há 2 anos·discuss
I enjoy using macOS because it’s got a good ui around unix user space tools, Microsoft Word, mobile development, and good virtual machines on Intel.
bpmedley
·há 3 anos·discuss
.Net and ASP.Net Core, Maui, and maybe Avalonia.
bpmedley
·há 3 anos·discuss
C# and Avalonia are getting better as time goes on.
bpmedley
·há 3 anos·discuss
Vim, zsh, and dotnet
bpmedley
·há 3 anos·discuss
I wrote a program that waits for a socket response. When I reboot a vm, I use it to know when I can ssh in:

https://github.com/brianmed/SocketFun/tree/main/socketwait

socketwait 192.168.1.10 22 --waitFor TcpRegexResponse --tcpRetries 300 --tcpRegexResponse '^SSH'