HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bpmedley

no profile record

Submissions

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

apps.apple.com
1 points·by bpmedley·3 tahun yang lalu·0 comments

comments

bpmedley
·tahun lalu·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
·tahun lalu·discuss
I use rsync.net
bpmedley
·2 tahun yang lalu·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
·2 tahun yang lalu·discuss
I also use vimdiff. It’s magic.
bpmedley
·2 tahun yang lalu·discuss
I believe mediamtx can ingest the RTMP and present to a browser, via HLS or WebRTC.

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

https://softvelum.com/larix/
bpmedley
·2 tahun yang lalu·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
·2 tahun yang lalu·discuss
I’m working through https://uimastery.design/
bpmedley
·2 tahun yang lalu·discuss
I’m working through https://calcworkshop.com/
bpmedley
·2 tahun yang lalu·discuss
I’m working through https://calcworkshop.com
bpmedley
·2 tahun yang lalu·discuss
C# with ASP.Net Core is amazing.
bpmedley
·2 tahun yang lalu·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
·3 tahun yang lalu·discuss
.Net and ASP.Net Core, Maui, and maybe Avalonia.
bpmedley
·3 tahun yang lalu·discuss
C# and Avalonia are getting better as time goes on.
bpmedley
·3 tahun yang lalu·discuss
Vim, zsh, and dotnet
bpmedley
·3 tahun yang lalu·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'