January 6, 2011May 12, 2011Tech Mpeg2 .TS with FFMpeg ffmpeg -i rtsp://tributary.rave.ac.uk/splintergrouplive.sdp -acodec libmp3lame -ac 1 -vcodec libx264 -s 320×240 -level 30 -vpre slow -crf 22 -threads 0 -f mpegts – […]
December 14, 2010May 12, 2011Tech Mpeg2 .TS segment #!/bin/sh rm -rf /abc/* /Applications/VLC.app/Contents/MacOS/VLC rtsp://tributary2.rave.ac.uk/floor0.sdp –intf dummy –sout-transcode-audio-sync –sout=’#transcode{vcodec=h264,venc=x264{aud,profile=baseline,level=30,keyint=30,bframes=0,ref=1,nocabac},acodec=mp4a,ab=56,deinterlace}:duplicate{dst=std{access=file,mux=ts,dst=-}}’ | mediastreamsegmenter -O -b http://127.0.0.1/abc/ -f /abc/ -t 10 -s 4 -D
December 7, 2010May 12, 2011Tech SSH Keypairs First, determine if you already have authentication keys. In the Terminal, run: sudo ls -la /var/root/.ssh If you see “id_dsa” and “id_dsa.pub”, […]
November 22, 2010Tech Adding Serial Port Shell to a normal Mac With the death of the Xserve coming fast, I wanted a way of adding Serial terminal support to a mac without a […]
November 22, 2010Tech Building an Apple SUS Interesting Read Building a Software Update Server Replica with FreeBSD | unflyingobject.com | for the thrill of understanding
November 17, 2010Tech Clean SWUP Server If you need to reset the Apple Software Update Server then all you need to do is stop the service and remove […]
November 8, 2010Tech iPhone DEV kit killing Rave Wireless It appears that the iPhone DEV kit installs a TLS certificate into you keychain. As normally there are no TLS certs in […]
September 24, 2010Tech Set DVD Region without being an Admin Search for system.device.dvd.setregion.initial in Technical Note TN2095: Authorization for Everyone Change the group from admin to staff Simple ;)
September 22, 2010September 22, 2010Tech SWUPD Not updating SWUPD giving you cannot connect to apples server when you know it can ? I resolved by applying the correct permissions to […]
September 21, 2010Tech Building and configuring the GPAC utilities on OSX If you are on Linux / Unix, building the GPAC utilities is a really simple process. Get the latest stable release from here, […]
September 17, 2010July 8, 2011Tech Podcast Producer Sending To Podcast Producer From the command line: // Submit file to Podcast Producer server. podcast -s server -u username –submit –file […]
September 16, 2010September 17, 2010Tech QTSS Playlist from Command Line Playlists from the command-line The web interface creates Playlist directories and files in the Playlists directory where the streaming server was installed. […]
September 13, 2010September 13, 2010Tech XServe Terminal Via Serial Port The Connection is 57600 8n1. Minicom is highly recommend via MacPorts. As a side note you will need a proper NULL modem […]
September 10, 2010Tech Enterprise Mac Managed Preferences New book detailing MCX. Only took someone 5 Years ;) Enterprise Mac Managed Preferences
September 10, 2010September 10, 2010Tech Searching for NFS One Line Bash script. Change jot for different ranges and the “10.0.15.” to be the IP address you want for i in […]
September 8, 2010September 13, 2010Tech Minicom -s Fails to work A new install of minicom from Macports failed to make a config file with the -s option. Here is a basic config […]