Skip to content

Commit 26f63bf

Browse files
Update README.md (#39)
1 parent 5f9c1dc commit 26f63bf

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ Currently you can use it to dump a h264 file and a wave file or mirror your devi
1818
## 2. Installation
1919

2020
1. Install Gstreamer and LibUSB with brew or apt depending on your platform.
21-
Run `brew install libusb` and `brew install pkg-config` and `brew install gstreamer gst-plugins-bad gst-plugins-good gst-plugins-base gst-plugins-ugly`
22-
3. Download the latest release and run it
23-
24-
### MAC OS X LIBUSB -- IMPORTANT
25-
1. Make sure to use either this fork `https://github.com/GroundControl-Solutions/libusb`
26-
or a LibUsb version BELOW 1.0.20 or iOS devices won't be found on Mac OS X.
27-
[See Github Issue](https://github.com/libusb/libusb/issues/290)
21+
On MacOS run `brew install libusb` and `brew install pkg-config` and `brew install gstreamer gst-plugins-bad gst-plugins-good gst-plugins-base gst-plugins-ugly`
22+
3. Download the latest release and run it or clone the repo and execute `go run main.go`
2823

2924

3025
## 3. Usage
@@ -54,9 +49,10 @@ The commands work as following:
5449
gstreamer qvh will open a new window and push AV data to gstreamer.
5550
```
5651

57-
## 3. Technical Docs
52+
## 3. Technical Docs/ Roll your own implementation
5853
I have written some documentation here [doc/technical_documentation.md](https://github.com/danielpaulus/quicktime_video_hack/blob/master/doc/technical_documentation.md)
5954
So if you are just interested in the protocol or if you want to implement this in a different programming language than golang, read the docs.
55+
Also I have extracted binary dumps of all messages for writing unit tests and re-develop this in your preferred language in a test driven style.
6056

6157
I have given up on windows support :-)
6258
~~[Port to Windows](https://github.com/danielpaulus/quicktime_video_hack/tree/windows/windows) (I don't know why, but still people use Windows nowadays)~~ Did not find a way to do it

0 commit comments

Comments
 (0)