Streaming
ihttps://pad.puscii.nl/p/pinknoiseTodo
3G modems:
http://3g-modem.wikifoundry.com/page/Huawei+AT-commands
ffmpeg -f video4linux2 -i /dev/video0 -f jack -i libav -acodec libvorbis -ab 64k -vcodec libtheora -vb 100k -s 288x216 -f ogg - | oggfwd localhost 8000 hackme /test.ogvrg
http://www.stearns.org/tunnel/
netwerk:
vlan1:
172.31.8.0/24
1 router
5 hpswitch1
6 hpswitch2
53 hpswitch3
tp-5ghz-1
tp-5ghz-2
tp-5ghz-3
tp-5ghz-4
tp-ac-1
tp-ac-2
tsunami
evaluatie:
ubi:
- unique content per url (so can be cached)
- multiple icecast + rtmp
- lokaal rtmp draaien (voor opnames), en vanuit daar naar server
- multicast problemen oplossen (missende keyframes??)
- keep stream up when source is gone ( overlay constant source of black frames with video frames? )
- backup recorder
-
cc:
- kant en klaar evenementennetwerk with:
* blokkeren clients
* qos / eigen pakketjes eerst
* backup stroom en internet
* multiple ssid's public/ private
- radio hosts!!!!
CC:
- 3x p2p wlan
- rol ethernet
- tent?
PL:
- utp plugjes
- recorder
- stekkerdozen
-
TODO:
- rtmp authentication
- load test / load balance
- audio streams
- webm icecast (gstreamer1.0)
- 4ch dvr fixen
- firewire dv laptop
- usb hub bestellen
- rekening thin client betalen
- voeding handycam elise
- inbelnummer
Meenemen:
- 4ch dv + voeding
- ehternet kables
- 18 volt voeding
- mixer
- audiokabels
- switch
- meer ethernet kabels
Regelen:
- sim kaarten
- telefoons
- sd kaarten
- lange 4pin - 4pin firewire kabel
- 4pin minijack kabel (voor handycam)
Some notes/links on audio/video streaming/editing
Building gstreamer 1.0 from source:
http://wiki.pitivi.org/wiki/GStreamer_from_Git
deps: libglew-dev
glibc 2.34 (gnonlin)
python-gobject-dev
j
+++++++++++++++++++++++++++++++++++++++++++++++++++++
++ encoding video:
+++++++++++++++++++++++++++++++++++++++++++++++++++++
HLS:
ffmpeg -loglevel quiet -i $1.mp4 -f mpegts - | \
m3u8-segmenter -i - -d 10 -p hls/$1 -m hls/$1.m3u8 -u http://pinknoise.puscii.nl/movies/hls
webm dash:
https://developer.mozilla.org/en-US/docs/DASH_Adaptive_Streaming_for_HTML_5_Video
http://www.webmproject.org/tools/encoder-parameters/#10_sample_command_lines
+++++++++++++++++++++++++++++++++++++++++++++++++++++
++pandaboard:
+++++++++++++++++++++++++++++++++++++++++++++++++++++
make ARCH=arm CROSS_COMPILE=arm-pandaboard-linux-gnueabi- menuconfig
make ARCH=arm CROSS_COMPILE=arm-pandaboard-linux-gnueabi- -j 8 uImage
mkimage -A arm -O linux -T kernel -a 80008000 -e 80008000 -C none -d arch/arm/boot/Image -n blaaaaat3 ../uImage.test
time fakeroot make-kpkg -j8 --initrd --revision=3.8.3 --append-to-version=-amd64 kernel_image kernel_headers
INSTALL_MOD_PATH=../ti-omap-mptcp-modules/ make ARCH=arm CROSS_COMPILE=arm-pandaboard-linux-gnueabi- -j 8 modules_install
make-kpkg --rootcmd fakeroot --arch arm --cross-compile arm-pandaboard-linux-gnueabi- --append-to-version=-mptcp --revision=0.1 --initrd kernel_image
mkimage -A arm -O linux -T kernel -a 80008000 -e 80008000 -C none -d arch/arm/boot/Image -n blaaaaat3 ../uImage.test
http://omappedia.org/wiki/Ducati_For_Dummies
https://gitorious.org/gstreamer-omap/libdce
git://gitorious.org/gstreamer-omap/gst-ducati.git
+++++++++++++++++++++++++++++++++++++++++++++++++++++
++teststreams:
+++++++++++++++++++++++++++++++++++++++++++++++++++++
http://acu.xs4all.nl:8800/pinknoise-ogg-theora.ogv
http://acu.xs4all.nl:8800/pinknoise-webm.webm
http://pinky.v89.eu:8800/pinknoise-mpegts.mpts
http://pinky.v89.eu:8800/pinknoise-flv/
http://acu.xs4all.nl:8080/hls/flumotion.m3u8
rtmp://acu.xs4all.nl/myapp/flumotion
+++++++++++++++++++++++++++++++++++++++++++++++++++++
++nginx rtmp:
+++++++++++++++++++++++++++++++++++++++++++++++++++++
https://github.com/arut/nginx-rtmp-module.git
deps: libavcodec-extra-53 libavformat53 libgd2-noxpm libperl5.14 libavutil51
http://w.v89.eu/nginx-rtmp/nginx-common_1.2.1-2.2_all.deb
http://w.v89.eu/nginx-rtmp/nginx-extras_1.2.1-2.2_amd64.deb
+++++++++++++++++++++++++++++++++++++++++++++++++++++
++FLUMOTION:
+++++++++++++++++++++++++++++++++++++++++++++++++++++
https://pad.puscii.nl/p/fludebug
https://pad.puscii.nl/p/fluconf
where to get:
http://www.flumotion.net/
https://core.fluendo.com/gstreamer/trac/browser/trunk < all fluendo gstreamer elements
http://core.fluendo.com/gstreamer/src/gst-fluendo-mpegdemux/gst-fluendo-mpegdemux-0.10.72.tar.gz < flumpegdemux
http://www.flumotion.net/doc/flumotion/manual/en/0.6.1/html/index.html
http://www.flumotion.net/doc/flumotion/manual/en/trunk/html/
http://www.flumotion.net/doc/flumotion/reference/trunk/
git://code.flumotion.com/flumotion.git
With some fixes (pipeline-consumer): git://gitorious.org/cpu/flumotion.git
git://code.flumotion.com/flumotion-flash.git < useless cause uses closed source muxers and codecs, use flumotion-ugly instead
https://github.com/zaheerm/flumotion-ugly < doesn't depend on closed source stuff (flvmux instead of fluflvmux and uses x264 instead of flux264)
git://code.flumotion.com/flumotion-fragmented-streaming.git < mpegts and mp4 muxers + hls fragmenter
git://code.flumotion.com/flumotion-windowsmedia.git < didn't try
git://code.flumotion.com/flumotion-template.git < ???
git://code.flumotion.com/flumotion-dvb.git < dvb input (relaying tv channels etc.)
git://code.flumotion.com/flumotion-transcoder.git < for transcoding video files
https://github.com/zaheerm/flumotion-extra < web admin
git://code.flumotion.com/flumotion-inhouse.git < ???
https://github.com/arkadini/mp4seek.git
dependencies (debian testing):
to build flumotion:
libxml-parser-perl subversion python-twisted
libtoolize autopoint build-essential automake python-dev
to use:
gstreamer-0.10-plugins-base gstreamer-0.10-plugins-good gstreamer-0.10-plugins-bad gstreamer-0.10-plugins-ugly
from deb-multimedia:
gstreamer0.10-plugins-really-bad gstreamer0.10-x264 gstreamer0.10-lame
tofix:
- ismlmux (fmp4muxer)
error: Reason: no property "fragment-method" in element "muxer" (ismlmux)
- mpegtsmuxer doesn't work
stream-format=avc is the problem :: http://gstreamer-devel.966125.n4.nabble.com/Changing-the-container-format-td3576914.html
add to x264 options: bytestream=true, but then flvmux doesnt like it, so put h264parse before muxers
update: made h264parse, download: https://www.gitorious.org/cpu/flumotion-ugly
- faacencoder doesn't work:
failure <class 'flumotion.common.errors.PipelineParseError'> at flumotion/component/feedcomponent.py:349: create_pipeline(): no property "outputformat" in element "encoder"
- ingest can't be behind firewall (streamer / transcoder connects to it)
works:
- flv + x264 + mp3 over http (with flumotion-ugly)
- webm + vp8 + vorbis over http
- ogg + vp8 + vorbis over http and to icecast
- ogg + theora + vorbis over http and to icecast
- mpegts + x264 + mp3 over http : with fix descibed above
Isn't there:
- rtsp server
- rtmp server
+++++++++++++++++++++
++ flumotion config
+++++++++++++++++++++
example: https://pad.puscii.nl/p/fluconf
++++++++++++++++++++++++++++++++++++
++ streaming protocols
++++++++++++++++++++++++++++++++++++
What supports what :
+ segmented http:
Easy scaling with normal http proxy's
MPEG-DASH (supports vp8 and h264, so good option)
http://wiki.webmproject.org/adaptive-streaming/webm-dash-specification
HTTP Live Streaming (HLS) (other good option, but only h264)
- android 3 >
- iphone 3.0 >
HTTP smooth streaming
- silverlight
https://code.google.com/p/stream-m/ (segmented WEBM streamer, POC)
fragmented-MP4
+ non segmented http:
- android 2.2 >
mpeg TS h264 aac / mp3
WEBM vp8 vorbis
OGG vp8 / theora vorbis
OGG
icecast
+ non http
RTSP / RTP / RTCP:
Low latency
udp based so firewalls don't like it
- live555
RTMP:
Not really necassary, because flash supports http
android (pushing):
https://play.google.com/store/apps/details?id=air.Broadcaster&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiYWlyLkJyb2FkY2FzdGVyIl0.
https://play.google.com/store/apps/details?id=air.Broadcaster&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiYWlyLkJyb2FkY2FzdGVyIl0.
Server:
- red5
- rtmpd http://wiki.rtmpd.com
- mist server http://www.mistserver.org
- https://github.com/arut/nginx-rtmp-module
https://github.com/arut/nginx-rtmp-module/wiki/Getting-started-with-nginx-rtmp
packages: http://w.v89.eu/nginx-rtmp/
- https://code.google.com/p/rtmplite/
- http://whispercast.org
MMS:
Not necassary
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++
++ other stuff
++++++++++++++++++++++++++++++++++++
Random stuff:
https://github.com/timsvideo
Nice usb interface:
http://global.focusrite.com/usb-audio-interfaces/scarlett-2i2 E140
http://www.thomann.de/nl/the_tbone_micplug_usb.htm E26
http://www.thomann.de/nl/art_usb_dual_pre.htm E88 2x mic/line,48v, usb or battery powered, hardware montitor
MIC:
http://www.thomann.de/nl/the_tbone_em_9600.htm hyper cardioid E45
empia chipset:
http://dx.com/p/usb-2-0-digital-video-capture-creator-adapter-card-pal-ntsc-35826
http://whispercast.org/trac
http://whispercast.org/trac/wiki/LibraryDependencies
deps: libicu-dev libaio-dev flex libfaad-dev libbison-dev libmpeg-2-4-dev libid3-dev libid3tag0-dev libx264-dev libneon27-dev libfftw3-dev liboil-dev libmp3lame-dev libtwolame-dev
http://www.deb-multimedia.org/pool/main/f/faac/libfaac0_1.28-dmo3_amd64.deb
http://www.deb-multimedia.org/pool/main/f/faac/libfaac-dev_1.28-dmo3_amd64.deb
Getting chinese 4ch capture cards to work:
http://dx.com/p/4-channel-surveillence-video-monitoring-capture-and-recorder-pci-card-with-software-h-264-mpeg4-17848?rt=1&p=2&m=3&r=2&k=1&t=1&s=101823&u=17848
/etc/modprobe.d/saa7134.conf
and put line:
options saa7134 card=33,33,33,33
http://dx.com/p/4-channel-dvr-video-capture-pci-card-for-25-30-fps-security-cameras-15758?rt=1&p=0&m=0&r=3&k=1&t=1&s=17848&u=15758
E13 4 inputs but only 1 channel
http://dx.com/p/14-8v-4-x-18650-battery-holder-case-box-with-leads-103855
https://github.com/JamesHarrison/openob rtp low latency
http://panteltje.com/panteltje/mcamip/
http://das.nasophon.de/jack_oscrolloscope/
http://non.tuxfamily.org/wiki/Non%20Mixer
http://sourceforge.net/projects/snowmix/
pyGST:
http://blog.abourget.net/2009/6/14/gstreamer-rtp-and-live-streaming/
http://www.jejik.com/articles/2007/01/streaming_audio_over_tcp_with_python-gstreamer/
Setting up mptcp with pppd
apt-get remove resolvconf
apt-get install linux-mptcp ip wireless-tools
Video Editing:
http://www.digitalartistshandbook.org/node/35#note_36 < video editing with opensource tools
-Cinelerra
http://cinelerra.org/docs/split_manual_en/cinelerra_cv_manual_en_21.html#SEC310 < editing with proxy
-lives
kdenlive
- http://www.kdenlive.org
Audio Editing:
http://non.tuxfamily.org/
live mixer / daw / sequencer
Ardour
- Also nice as live mixer
Audacity
Streaming :
Liquidsoap:
http://savonet.sourceforge.net/doc-svn/index.html
http://v2v.cc/~j/ <oggfwd ffmpeg2theora
Darkice:
Use svn trunk version (others don't work well with jack) (http://code.google.com/p/darkice/issues/detail?id=11)
When compiling on testing you have to specify path to certain libraries /usr/lib/i386-linux-gnu/ (http://code.google.com/p/darkice/issues/detail?id=62)
for 32 bit:
./configure --with-alsa-prefix=/usr/lib/i386-linux-gnu --with-samplerate-prefix=/usr/lib/i386-linux-gnu --with-jack=/usr/lib/i386-linux-gnu --with-lame-prefix=/usr/lib/i386-linux-gnu -with-vorbis-prefix=/usr/lib/i386-linux-gnu
for 64 bit:
./configure --with-alsa-prefix=/usr/lib/x86_64-linux-gnu --with-samplerate-prefix=/usr/lib/x86_64-linux-gnu --with-jack-prefix=/usr/lib/x86_64-linux-gnu
patch for jack name : http://w.v89.eu/darkice-jackportpattern.v2.patch
http://code.google.com/p/darkice/issues/detail?id=68
Sip audio video input:
Android voip/streaming clients:
http://dev47apps.wordpress.com/category/droidcam/ < android as v4l input
http://giss.tv/wiki/index.php/Android_Streamer_:_Giss_Mp3
http://code.google.com/p/sipdroid/
http://code.google.com/p/csipsimple/
http://download.savannah.gnu.org/releases/linphone/android/ <supports video
Ios sip clients:
Freeswith audio/video output:
http://wiki.freeswitch.org/wiki/FreeSwitch_Enpoint_Portaudio < portaudio (jackd)
Recompile portaudio with jack support:
wget http://portaudio.com/archives/pa_stable_v19_20111121.tgz
tar -xf pa_stable_v19_20111121.tgz
./configure --with-jack --with-alsa
make
make install
-------
( install libjack-dev )
apt-get source libportaudio2
cd portaudio19
dpkg-buildpackage -rfakeroot -b
http://wiki.freeswitch.org/wiki/Mod_fsv < record/playback video from file
http://wiki.freeswitch.org/wiki/Mod_shell_stream < only (raw) audio input
http://wiki.freeswitch.org/wiki/Mod_shout < record to mp3 files or shoutcast
http://wiki.freeswitch.org/wiki/Mod_rtmp < normaly used for flash based video calling
Video Mixer:
Snowmix !
dependencies:
libosmesa6-dev
freej
http://freej.org
- scriptable with javascript
Compiling on debian testing:
Dependencies:
libslang2-dev libavcodec-dev libsdl-dev libqt4-dev swig libtheora-dev libavformat-dev libswscale-dev libsamplerate-dev g++-4.7 liblo-dev libshout-dev
bzr autoconf
gtk-doc-tools
libv4l-dev libudev-dev libraw1394-dev
libsdl-ttf2.0-0 libsdl-ttf2.0-dev
libopencv-dev
libxv-dev
libtool flex bison libsdl-dev \
libpng-dev libfreetype6-dev libfontconfig-dev dpatch libogg-dev libvorbis-dev libjpeg-dev libslang2-dev libtheora-dev libavcodec-dev libavformat-dev fftw3-dev libjack-dev libasound-dev liblo0-dev swig python-dev
compile unicap:
bzr init
bzr pull lp:unicap
[ en dan nog wat dingetjes (with-lib4l)]
./autogen.sh
./configure --enable-v4l2
make
make install
git clone git://code.dyne.org/freej.git
then get the source of the squeeze package and copy the autogen.sh
http://ftp.de.debian.org/debian/pool/main/f/freej/freej_0.10git20100110.orig.tar.gz
apply the patch attached to this bug: http://bugs.dyne.org/view.php?id=342
./autogen.sh
v4l2 is somehow broken so compile without it and use unicap (which by default is not compiled with v4l jpeg (libv4l) support so you have to recompile it)
./configure --enable-static --enable-static-mozjs --enable-qt-gui --disable-v4l --enable-unicap # complains if you don't compile the qt gui
make
make install
http://www.veejayhq.net/
- unlimited dv v4l etc. input
- yuv4mpeg
- jack audio
- osc
Lives:
http://lives.sourceforge.net/index.php?do=features
deps:
mplayer sox imagemagick
pd-extended:
Network:
mptcp:
http://mptcp.info.ucl.ac.be/
- play with mss / rcv+send buffers
Linkjes:
http://wingolog.org/archives/2006/07/07/so-you-want-to-strhttps://pad.puscii.nl/p/streamingeam-a-conference
+++++++++++++++++++++++++++++++++++++++++++++
Guide to setting up a television station with free software
+++++++++++++++++++++++++++++++++++++++++++++
Studio setup
Required software:
Gstreamer, www.gstreamer.net/
Snowmix, http://sourceforge.net/projects/snowmix/ follow instructions in the readme file to install
Jack, www.jackaudio.org
Ardour, www.ardour.org
Gstreamer and snowmix scripts, https://gitorious.org/cpu
apply this patch https://bugzilla.gnome.org/show_bug.cgi?id=690719 to gstreamer.
To start the stream:
- Start jack audio
- Start ardour and make the neccesary audio connections.
- start CPU/snowmix/scripts/./output2screen to make snowmix output the stream to your screen
-
pinknoiseTodo
Pinknoise todo / list
http://us.cnn.com/2013/03/16/opinion/schneier-internet-surveillance/index.html
http://lifehacker.com/5843969/facebook-is-tracking-your-every-move-on-the-web-heres-how-to-stop-it
http://www.squirrelconspiracy.net/abp/facebook-privacy-list.html
Facebook (for the like button)
http://brianbailey.me/the-world-wide-web-is-moving-to-aol
- http://nadir.org/txt/We_need_to_talk_about_Facebook.html
http://willmoffat.github.com/FacebookSearch/
http://edition.cnn.com/2013/02/25/opinion/rushkoff-why-im-quitting-facebook
"The true end users of Facebook are the marketers who want to reach and influence us. They are Facebook's paying customers; we are the product. And we are its workers. The countless hours that we -- and the young, particularly -- spend on our profiles are the unpaid labor on which Facebook justifies its stock valuation."
Facebook has never been merely a social platform. Rather, it exploits our social interactions the way a Tupperware party does.
Facebook does not exist to help us make friends, but to turn our network of connections, brand preferences and activities over time -- our "social graphs" -- into money for others.
We Facebook users have been building a treasure lode of big data that government and corporate researchers have been mining to predict and influence what we buy and for whom we vote. We have been handing over to them vast quantities of information about ourselves and our friends, loved ones and acquaintances. With this information, Facebook and the "big data" research firms purchasing their data predict still more things about us -- from our future product purchases or sexual orientation to our likelihood for civil disobedience or even terrorism.
The true end users of Facebook are the marketers who want to reach and influence us. They are Facebook's paying customers; we are the product. And we are its workers. The countless hours that we -- and the young, particularly -- spend on our profiles are the unpaid labor on which Facebook justifies its stock valuation.
The efforts of a few thousand employees at Facebook's Menlo Park campus pale in comparison to those of the hundreds of millions of users meticulously tweaking their pages. Corporations used to have to do research to assemble our consumer profiles; now we do it for them.
Maybe in doing so I'll help people remember that Facebook is not the Internet. It's just one website, and it comes with a price.
http://suicidemachine.org/
Everyone should have the right to disconnect. Seamless connectivity and rich social experience offered by web2.0 companies are the very antithesis of human freedom. Users are entraped in a high resolution panoptic prison without walls, accessible from anywhere in the world. We do have an healthy amount of paranoia to think that everyone should have the right to quit her 2.0-ified life by the help of automatized machines. Facebook and Co. are going to hold all your informations and pictures on their servers forever! We still hope that by removing your contact details and friend connections one-by-one, your data is being cached out from their backup servers. This can happen after days, weeks, months or even years. So merely deactivating the account is just not enough!
http://www.wired.com/business/2010/09/six-reasons-why-wired-uks-editor-isnt-on-facebook/
1) Private companies aren’t motivated by your best interests
Facebook and Google exist to make money, by selling advertisers the means to target you with ever greater precision. That explains the endless series of “privacy” headlines, as these unregulated businesses push boundaries to make it easier for paying third parties to access your likes, interests, photos, social connections and purchasing intentions. That’s why Facebook has made it harder for users to understand exactly what they’re giving away — why, for instance, its privacy policy has grown from 1,004 words in 2005 to 5,830 words today (by comparison, as the New York Times has pointed out, the U.S. Constitution is 4,543). Founder Mark Zuckerberg once joked dismissively about the “dumb fucks” who “trust me”. I admire the business Zuckerberg’s built; but I don’t trust him.
2) They make it harder to reinvent yourself
“When you’re young, you make mistakes and you do some stupid stuff,” President Obama warned high-school students in Virginia last September. “Be careful about what you post on Facebook, because in the YouTube age whatever you do will be pulled up later somewhere in your life.” He’s right: anything posted online might come to haunt you permanently, yet all of us need space to grow. As the writer Jaron Lanier said in a recent lecture, if Robert Zimmerman, of small-town Hibbing, Minnesota, had had a Facebook profile, could he really have re-created himself as the New York beatnik Bob Dylan
3) Information you supply for one purpose will invariably be used for another …
Phone up to buy a pizza, and the order-taker’s computer gives her access to your voting record, employment history, library loans — all “just wired into the system” for your convenience. She’ll suggest a tofu pizza as she knows about your 42-inch waist, she’ll add a delivery surcharge because a nearby robbery yesterday puts you in “an orange zone” — and she’ll be on her guard because you’ve checked out the library book Dealing With Depression. This is where the American Council for Civil Liberties sees consumerism going — watch its pizza video online — and it’s not to hard to believe. Already surveys suggest that 35 percent of firms are rejecting applicants because of information found on social networks. What makes you think you can control what happens to your personal data?
4) … and there’s a good chance it will be used against you
Mark Zuckerberg would like to suggest that, in an ever more transparent world, “you have one identity — the days of you having a different image for your work friends or co-workers and for the other people you know are probably coming to an end pretty quickly.” That suits his purpose — but in our multi-layered lives it’s just not true. A vindictive ex-partner, or a workplace rival, or a health insurer, or a political opponent, may selectively expose information to your detriment – powerfully re-framing your identity in a way you would consider dishonest.
5) People screw up, and give away more than they realise
To understand how much personal information Facebook users are inadvertently sharing, visit youropenbook.org and search for phrases such as “cheated on my wife” or “my new mobile number is” or “feeling horny“. I’ll bet that most of the people whose intimate details you’ll get to read are unaware that their updates are being shared quite so openly. Have they genuinely given Zuckerberg their informed consent?
6) And besides, why should we let businesses privatize our social discourse?
Some day you should take time to read those 5,830 words: it’s Facebook that owns the rights to do as it pleases with your data, and to sell access to it to whoever is willing to pay. Yes, it’s free to join — but with half a billion of us now using it to connect, it’s worth asking ourselves how far this “social utility” (its own term) is really acting in the best interests of society.
- Data with 1 party
- Easy to find connections/ networks
Alternatives (for the like button)
text filmpje:
Welcome to the new website. Some things are not ready yet, but we are working on that. Send comments to pinknoise@puscii.nl
----------------------------------------------------------------------
https://pad.puscii.nl/p/streaming < Notes on software
http://13.v89.eu/streamrips/pinknoise/ archive (do not make link public please)
http://deathstar.puscii.nl:8000/snowmix.ogv < test video stream
ba
Todo:
RTMP:
android:
https://play.google.com/store/apps/details?id=air.Broadcaster&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiYWlyLkJyb2FkY2FzdGVyIl0.
https://play.google.com/store/apps/details?id=air.Broadcaster&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiYWlyLkJyb2FkY2FzdGVyIl0.
Server:
- red5
- rtmpd http://wiki.rtmpd.com
jackaudiosink-jackportpattern
on the fly archiving and seek back
https://ffmpeg.org/ffmpeg-formats.html#segment_002c-stream_005fsegment_002c-ssegment
recording
GET ACCU's,
secure video storage
secure icecast:
https://www.stunnel.org/static/stunnel.html
put icecast behind stunnel with client and server authentication
portable thingie:
sound card > v buys
battery pack > batteries are there, only make/find charger
network fix > v
usb hub > yids looks ( shouldn't feed power back to host, should have 5 volt input and should supply 500ma per port )
put in case > yids
rider > yids
streaming pc:
capture cards > v orders
fast-ish computer > everyone look, maybe yids old pc
batteries
get software running
__________________________________________________________________________________________
To discuss:
- -Do we want to broadcast Alarm! discussions? I think it is a good idea and a nice regular broadcast.
Technical:
- jingles: yids m
- second away team,reporter and trekkie: yids
- recruiting ppl
- Build a (hardcase)backpack (that can also be used on a table) that can have a running laptop inside (ventilation, shock etc. )+ batteries + souncard + space for cables microphones etc. some other equipment (for the portable thing) < this has to be ready soon!
- Solder / find / buy enough cables. done (for now)
- Get the call in thing working properly (freeswitch with jack output) > see https://pad.puscii.nl/p/streaming
- do research on lightweight batterie packs + chargers etc. etc.
- Make darkice auto connect to the right jack port done
- Build computer with big disks to put the music / archive etc.
- Fix the mixer
- liquidsoap the program
- low latency ptt 2 way audio (met bluetooth earphone) (sip conference room or something like it)
- Video player on website
- android/ios video streaming apps
moet gewoon iets zijn dat h264 ofzo encode en dan via http of rtp streamt
https://play.google.com/store/apps/details?id=org.dwmedia.dwcamera&feature=search_result < is niks volgens mij
https://play.google.com/store/apps/details?id=com.pas.webcam&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5wYXMud2ViY2FtIl0.
https://code.google.com/p/spydroid-ipcamera < h263 / h264 / amr / aac over rtsp (remote controlled)
- raspberry mptcp
- conferencing
- koffertje afmaken, liion lader? kijken of je een goedkope kunt vinden, dan zal ik hem wel bestellen oja die van rein koste 12 euro hij is al 2 maanden aant wachten tot ze hem weer binne hebbe :P ik hebb dus nog eenb erg lion cellen gevonden diegoed lijken
- nieuwe image maken voor de smurf en kabouter die wel usb support hebben :P
- chat op site:
<iframe src="https://irc.indymedia.nl:443/?nick=pinklistener.,&channels=pinknoise&prompt=1&uio=MTE9MzM437" width="647" height="400"></iframe>
Non technical:
- Design a logo > Alex is going to design a logo for it, might be ready in a few weeks.
- Make some proper jingles < important (yids)!
* Cut recordings elections
* Cut recordings sunday
- find roadies for carrying batteries smaller batterys
- terapel
marcel intervieuw [m]
refugees that were there
our recordings need to be cutted!!
m2m archive listening for interesting stuff
vlagtwedde / terapel city councel
- Design the formats for
podcast
monthly live evening
Podcast items
noborder
- nobordernl
youtube video persoon intervieuwen or host
- stockholm
sicko?if u all would like an intervieuw we have to set it up trough internet but im willing to share some of my adventures here manny greetz sicko
agu/wsd
- bustour
joke intervieuw
- inla
- 1st of october
other things:
- basta
- alarm (make podcast 1 week before)
Website
- Put a description of the day before the archive items of that day
- Embeddable player widget (which shows if there is a live broadcast (and about what, with a nice picture), otherwise will give you some archive items)
- player: html5 > flash > java > link to stream (link to stream should always be visible)
+ I think we could also set up an account and put a donate link on the website. If people feel like it they can give us money.
- an idea is to have an archive per event, with one text about the day( or multiple days), compilation video's, and an audio timeline (complete stream) with markers that mark events, photo's , stuff that was on the ticker and other time stuff.
If you click on the timelinemarkers you can see photo's/ or player will jump to that piece of audio.
archive->event->
archief -> event ->
broadcasting with markers
- uitzending met markers (like soundcloud)
written out reports
- geschreven verslag
movies
- filmpjes
- embedable player/ticker + eventlogo javascript
- photo's (gets archived on timeline)
-event report
- event verslag
- ticker (that gets archived on timeline, and shows up in metadata)
- event timeline with stuff from different sources
- syndicate podcasts
Shopping/finding list:
- Headphones + verloopjes naar grote jack
- Portable recorders
- nice mixer
- lightweight batteries
- wireless mics / beltbacks
- usb soundcards with linux support (4 channels with mic preamps)
- usb headsets (for the voip/ptt thingie)
- hardcase backpacks
Open positions:
- reporters
- general trekkies
- roadies
- studio trekkies
- filming ppl
- writers
Funny ideas:
-bluetooth upload point
-gps smartphone app (to vie w and edit realtime what is happening on locations) should exist somewhere
Links:
Radiostations:
http://www.ondarossa.info/ (IT)
Film:
http://www.bignoisefilms.com/
http://www.corrugate.org (oaxca, this is what democracy looks like)
http://www.subversiveactionfilms.org/
http://justdoitfilm.com/
Vodcast:
http://www.pinkyshow.org
http://submedia.tv/
Hardware:
http://sourceforge.net/p/oggstreamer/home/Home/ <hardware ogg streamer
Software:
http://landell.holoscopio.com/ < sltv gstreamer based live audio video streamer
https://gitorious.org/veter/vehicle/blobs/master/src/VideoSenderThread.cpp\
BLAAAA
http://vimeo.com/13841482
http://www.youtube.com/watch?v=_9lfdx-h6u0&list=PL04C7B937959C8790