Im planing to use the bittorrent module together with media_mover and feed-api for distribution of source video files into rss podcast. Basic work flow will be like that:
1 Remote drupal site is uploading .torrent file together with small video file and few image thumbnails.
2 Local drupal site pickup the media, publish it as one node and set the .torrent for tracking
3 Remote client access media via various rss feeds (one for .torrent files, one for static files)
Is the upcoming version of bittorrent tracker compatible with media_mover, cck and feed-api ?
Last few days i been trying to test the fresh code but could not get it to work yet.
Comments
Comment #1
bradfordcp commentedWith this new module there should not be any compatibility errors. I know the D5 version had a LOT of funky Forn API hacks, but those have all been eliminated. I will look into testing interoperability with those modules after the D6 port gets a stable release.
Comment #2
szczym commentedIm looking forward to test it!