History | View | Annotate | Download (4.97 KB)
changing input (-f) and output (-F) parameter format
we had a mixed use of flags, I/O file name and parameters.Now it has been unified.
Merge branch 'source-offer' into 2011-INFOCOM
add streamer topology messages
some whitespaces
improved debug messages
source sends out an offer as well
TODO: synch with loop-mt
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer@2471 c54fac2e-1815-407e-9b96-088d06743913
adding buffer to the source
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer@2469 c54fac2e-1815-407e-9b96-088d06743913
moving Windows specific defintion of timeradd to a separate header
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/Streamer@2527 c54fac2e-1815-407e-9b96-088d06743913
Remove some hacks
OfferStreamer/loop.c : dispatching the tman msg_type correctly
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2022 c54fac2e-1815-407e-9b96-088d06743913
UL offerstreamer integration- introduced two variants of http server: EVENT based and MHD libmicrohttpd (threads) based- consequently modified and expanded Makefile
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1918 c54fac2e-1815-407e-9b96-088d06743913
UL offerstreamer integration- sorted out very nasty bug due to locking a mutex in the loop() function, which was crazy since the loop()function is not involved with the separate http receiver thread. It randomly segfaulted on different machinessince the mutex was not properly initialized to NULL due to static mutex...
changing refs to msg_types.h to grapes_msg_types.h
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1793 c54fac2e-1815-407e-9b96-088d06743913
fixing error: fds overwritten by wait4data
fds is also used as return value
Conflicts:
loop.c
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1728 c54fac2e-1815-407e-9b96-088d06743913
changing source loop to handle input's file descriptors
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1725 c54fac2e-1815-407e-9b96-088d06743913
input_open: adding parameters to pass back some file descriptors
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1724 c54fac2e-1815-407e-9b96-088d06743913
sigInit is not needed anymore, had been replaced by chunkSignalingInit of GRAPES
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1720 c54fac2e-1815-407e-9b96-088d06743913
separate chunk generation from adding the chunk to the system
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1719 c54fac2e-1815-407e-9b96-088d06743913
Revert "Changed to build both with cc and g++"
This reverts commit 7ed27fb098c874145c4210155330b206e97ee8aa.
Applications/OfferStreamer/Makefile
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1585 c54fac2e-1815-407e-9b96-088d06743913
UL Build changes by Giuseppe/Arpad
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1549 c54fac2e-1815-407e-9b96-088d06743913
Undoing changes by Guiseppe
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1548 c54fac2e-1815-407e-9b96-088d06743913
removed large video files
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1547 c54fac2e-1815-407e-9b96-088d06743913
Changed to build both with cc and g++
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1535 c54fac2e-1815-407e-9b96-088d06743913
improve logging of pushes to the source
changed initialization order: chunkbuffer first, peers after
otherwise send_bmap fails while adding the first peer
upgrading to the new net-helper interface, that also takes an FD_SET asparameter
moving peerset related stuff to topology.c
Merge branch 'RockStreamer' into OfferStreamer
Merge branch 'DumbStreamer' into RockStreamer
Conflicts: loop-mt.c loop.c
exit gracefully if input file not found
Conflicts: loop.c
Conflicts: loop-mt.c
handle some receive errors
increase buffer size to accomodate large messages
increased buffer size
Conflicts: Makefile
fixed missing initialization of d.tv_sec in loop
follow net_helper.h changes to wait4data
add some more debug to loop
configurable loop support
loop.c streaming.h
Merge branch 'merge-csaba' again
Conflicts: input-dummy.c loop-mt.c
added from parameter to update_peers
added send_offer and changed loop to send offers
Merge branch 'master' into RockStreamer
Conflicts: Makefile loop.c output.c streaming.c
Merge branch 'new_nethelper_interface'
Conflicts: dumbstreamer.c loop-mt.c loop.c streaming.h
use nodeID_free instead of free
added "from" parameter to sigParseData
separated topology.c from loop.c
Merge commit 'origin/io_consolidation' into RockStreamer
Conflicts: Makefile loop.c streaming.h
Merge branch 'merge-csaba'
added GPL
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/DumbStreamer@502 a72f678d-4428-462c-85b4-08f063ced704
Use a proper nodeID dtor
Unstable changes
Fix up the timing...
Explicit timing information in the input
streaming.c
use buffermap messages as keepalive. Drop peer if no message arrive.
added handling of signaling messages to loop.c
added peerset and "from" parameters to receiver_chunk
change send_chunk interface to peerset based
use peerset and update it when the topo changes (update_peerset)
Update to the new net helper API
Use the official types from msg_type.h
Better error message
Larger input buffer
Pass a file name to the input module
Allow to set some parameters
Add missing "break"
Initialise the chunk trading logic
Better debug printfs
DumbStream, first import